This website requires JavaScript.
Explore
Help
Register
Sign In
karchnu
/
drop
Watch
1
Star
0
Fork
You've already forked drop
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
ffa7f943d7
drop
/
zig-lib_no-sugar
/
ipc.h
10 lines
98 B
C
Raw
Blame
History
#
ifndef IPC
#
define IPC
#
include
<stdint.h>
void
ipc_hello
(
void
)
;
void
ipc_bye
(
void
)
;
#
endif
Reference in New Issue
View Git Blame
Copy Permalink