extern void printer_from_c(); int main (string[] args) { printer_from_c(); printer_from_other_file(); return 0; }