10 lines
98 B
C
10 lines
98 B
C
|
#ifndef LIB
|
||
|
#define LIB
|
||
|
|
||
|
#include <stdint.h>
|
||
|
|
||
|
void ipc_hello (void);
|
||
|
void ipc_bye (void);
|
||
|
|
||
|
#endif
|