drop/zig-lib_no-sugar/ipc.h

10 lines
98 B
C

#ifndef IPC
#define IPC
#include <stdint.h>
void ipc_hello (void);
void ipc_bye (void);
#endif