1 2 3 4 5 6 7 8 9
extern void printer_from_c(); int main (string[] args) { printer_from_c(); printer_from_other_file(); return 0; }