Return
Styles:
Pseud0ch
,
Terminal
,
Valhalla
,
NES
,
Geocities
,
Blue Moon
.
Entire thread
safe sprintf snprintf(3) considered harmful
1
Name:
Anonymous
2008-09-30 14:21
You should use
int _snprintf_s(char *buffer, size_t sizeOfBuffer, size_t count, const char *format,... );
instead.
40
Name:
Anonymous
2008-10-02 0:20
Unrelated: In
>>32
main has omitted return type, which defaults to int in C. Isn't it not allowed in Sepples?
Newer Posts
Don't change these.
Name:
Email:
Entire Thread
Thread List