Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Youre mission: Free the C standard committee

Name: Anonymous 2014-08-29 10:58

From the ENTERPRISERS and the Microsofts
Examples of them being hurt/harmful: C11 Annex K (bad copy-paste of MS's "safe" functions, see http://www.open-std.org/JTC1/SC22/WG14/www/docs/n1118.htm), C11 Threads and atomics, the C11 aligned_alloc function is made to match MS's one, etc

Name: Anonymous 2014-08-30 11:17

>>11,9
look at this shit! What the hell is even the point of rsize_t if the standard wants it to be typedefed to size_t
C11:
int vsnprintf_s(char * restrict s, rsize_t n,
const char * restrict format, va_list arg);

MS:
int vsnprintf_s(
char *buffer,
size_t sizeOfBuffer,
size_t count,
const char *format,
va_list argptr
);

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List