#ifndef IPC #define IPC #include void ipc_hello (void); void ipc_bye (void); #endif