[cc65] __fastcall__ & func(void)

Date view Thread view Subject view

From: Christian Krüger (christian.krueger_at_pace.de)
Date: 2003-01-13 10:23:39


Hi,

is there any difference or a advantage declaring
a function

void __fastcall__ func(void);

instead of

void func(void);

???

IMHO both declarations should lead to a identical call...

Regards
chrisker


----------------------------------------------------------------------
To unsubscribe from the list send mail to majordomo_at_musoftware.de with
the string "unsubscribe cc65" in the body(!) of the mail.


Date view Thread view Subject view

This archive was generated by hypermail 2.1.3 : 2003-01-13 10:23:50 CET