72 results found (page 1 of 5)
https://en.wikipedia.org/wiki/ANSI_C

…t code into ANSI and K&R sections. #if defined(__STDC__) && __STDC__ extern int getopt ( int , char * const * , const char * ); #else extern int getopt (); #endif In the above example, a prototype is used in a function declaration for ANSI compliant implementations, while an obso…