Archived
3
0
This repository has been archived on 2024-06-18. You can view files and clone it, but cannot push or open issues or pull requests.
libipc-old/zig-impl/misc
2023-01-18 13:59:11 +01:00
..
cmsghdr.zig Sending a file descriptor through a UNIX socket. 2023-01-01 20:50:08 +01:00
messing-with-files.zig Code example for iterating on directory entries. 2023-01-18 13:59:11 +01:00
misc-test.zig
poll-listener.zig
rcv-fd.zig Receiving fd with Zig! 2023-01-02 08:36:14 +01:00
receive-msg.zig
send-msg.zig
snd-fd.zig Sending a file descriptor through a UNIX socket. 2023-01-01 20:50:08 +01:00
snd-rcv.zig