M mkristain macrumors regular Original poster Aug 18, 2011 115 0 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 Jan 25, 2009 2,136 7 Aug 22, 2011 #2 Errors can occur if you try to override stdio.h's functions.
M mkristain macrumors regular Original poster Aug 18, 2011 115 0 Aug 22, 2011 #3 thanks now use these directly