SAS 6 Problem?
15-Apr-93 12:15:28
Sb: #34127-SAS 6 Problem?
Fm: Doug Walker 71165,2274
To: Nevil Underwood 100111,1156
Hi Nevil,
The compiler certainly would have complained, if it knew the
actual prototype. I suspect you're using an incorrect prototype
or not including the correct prototype.
Be careful NEVER to include <stdio.h> if you are going to be
using the AmigaDOS replacements. Those prototypes are designed
to work with the SAS/C supplied library, and may mislead the
compiler if used with the amiga.lib routines.
–Doug