// hello.c void main(void) { printf("hello world!"); } void bye(void) { } void see_you() { }