First page Back Continue Last page Graphics
int main(void)
Standard wants your main to return an integer for status of program (finished o.k. return 0, didn't finish o.k., return something else.)
void added to confirm that you want no parameters from the command line.