Simple C question
01-Mar-93 17:29:06
Sb: #32597-Simple C question
Fm: Doug Walker 71165,2274
To: Matthew J. W. Ratcliff 76703,1077
Make sure you are linking with the correct libraries…
if you #include <clib/stdio.h> then you MUST link with amiga.lib
before sc.lib, and you must be aware that the stdio you are using
is non-ANSI.
If you include <stdio.h>, then you MUST link with sc.lib before
amiga.lib.
–Doug