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

Pages: 1-

haskell (work, practical, everday, low level, serious)

Name: Anonymous 2014-12-31 11:32

Name: Anonymous 2014-12-31 14:40

But all of them are shit.

Name: Anonymous 2014-12-31 17:51

char **argv
argv: pointer to pointer to char
int (*daytab)[13]
daytab: pointer to array[13] of int
int *daytab[13]
daytab: array[13] of pointer to int
void *comp()
comp: function returning pointer to void
void (*comp)()
comp: pointer to function returning void
char (*(*x()))[])()
x: function returning pointer to array[] of
pointer to function returning char
char (*(*x[3])())[5]
x: array[3] of pointer to function returning
pointer to array[5] of char

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