M mkristain macrumors regular Original poster Aug 22, 2011 #1 Expected declaration specifiers or '...' before numeric constant error cone in this line int snprintf(char *str, size_t size, const char *format, ...); thanks.
Expected declaration specifiers or '...' before numeric constant error cone in this line int snprintf(char *str, size_t size, const char *format, ...); thanks.
LostSoul80 macrumors 68020 Aug 22, 2011 #2 Errors can occur if you try to override stdio.h's functions.