1 2 3 4 5 6 7 8 9 10
#ifdef PROTOTYPES int main (int argc, char **argv) #else main (argc, argv, envp) int argc; char **argv; #endif { return 0; }