7 lines
58 B
C

#ifndef _IPC_H_
#define _IPC_H_
void ipc_init();
#endif