Home | History | Annotate | Download | only in subdir3
      1 #include <stdio.h>
      2 
      3 extern "C" void function3(void)
      4 {
      5   printf("Hello from function3.in\n");
      6 }
      7