1 2 3 4 5 6 7
module main_module.module1; #include <stdio.h> void hello1(void) { printf("hello1\n"); };