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

Who needs functional programming...

Name: Anonymous 2015-07-27 20:45

... when C has function pointers?

Name: Anonymous 2015-07-28 20:43

>>8
C doesn't even have a generic function pointer type on all implementations
void (*)()
// or anything really

any function pointer can be cast to any other function pointer and back again, and it shall be equal to the original pointer.

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