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

What C does /prog/ prefer?

Name: Anonymous 2010-08-28 19:43

[ ] K&R C
[ ] C89
[ ] C99
[ ] C1x

Name: Anonymous 2010-08-30 16:20

>>55
struct some_struct x;
x.a = &a;
x.b = NULL;
x.c = NULL;
x.d = NULL;

Do you realize struct some_struct x = {&a, NULL, NULL, NULL}; is perfectly valid C89?

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