> The Apple version of Aztec C is version 3.2 instead of 1.05. See also the post > from Egan Ford regarding benchmarks - it does also list 3.2 as version number > for the Aztec compiler. I do assume that this compiler does at least support > "void" and "unsigned long". It may also have some more standard functions. Types and sizes in Aztec C: char: 1 uchar: 1 short: 2 ushort: 2 int: 2 uint: 2 long: 4 ulong: 4 long long: 4 ulong long: 4 float: 4 double: 8 Yes void is there too. ---------------------------------------------------------------------- To unsubscribe from the list send mail to majordomo@musoftware.de with the string "unsubscribe cc65" in the body(!) of the mail.Received on Mon Oct 19 03:04:33 2009
This archive was generated by hypermail 2.1.8 : 2009-10-19 03:04:35 CEST