From: Ullrich von Bassewitz (uz_at_musoftware.de)
Date: 2003-01-13 18:08:48
On Mon, Jan 13, 2003 at 10:23:39AM +0100, Christian Krüger wrote: > is there any difference or a advantage declaring > a function > > void __fastcall__ func(void); > > instead of > > void func(void); There's only a difference when assigning to function pointers (the correct pointer type is needed). The code generated is identical. Regards Uz -- Ullrich von Bassewitz uz_at_musoftware.de ---------------------------------------------------------------------- To unsubscribe from the list send mail to majordomo_at_musoftware.de with the string "unsubscribe cc65" in the body(!) of the mail.
This archive was generated by hypermail 2.1.3 : 2003-01-13 18:08:52 CET