#include <greeting.h> #include <greeting2.h> int main(void) { greeting(); greeting2(); return 0; }