Source code for test4.c (via source-highlight)
#include <stdio.h>
void subroutine() {
// do nothing
}
int main() {
subroutine();
printf("hello world\n");
return 0;
}#include <stdio.h>
void subroutine() {
// do nothing
}
int main() {
subroutine();
printf("hello world\n");
return 0;
}