/* my_functions.c * * Defines functions declared in my_functions.h * */ #include void PrintHello(void) { printf ("hello world\n"); }