void read() { printf("I'm reading something now\n"); } int main() { printf("Hello there!\n"); read(); return 0; }