1 2 3 4 5 6 7 8 9
#include <greeting.h> #include <greeting2.h> int main(void) { greeting(); greeting2(); return 0; }