| 1. | void main() | ||
|
archaic term replaced by int main()return 0; It did not allow for an exit status. /* Will Greenhalgh 7.23.2003 */
/* Infinite loop */ #include <stdio.h> int main(void) { for(;;) { fprintf(stdout,"Infinite loop\n"); } return 0; } |
|||
| 2. | void main() | ||
|
it means you are so stupid that u r 1 pill shy of an excedrin bottle you f'n void main()
|
|||
