drop/zig-lib_no-sugar/lib.h

10 lines
98 B
C

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