drop/zig-lib_no-sugar/ipc.h

10 lines
98 B
C
Raw Permalink Normal View History

2023-04-29 01:37:43 +02:00
#ifndef IPC
#define IPC
#include <stdint.h>
void ipc_hello (void);
void ipc_bye (void);
#endif