Go to file
2024-01-06 21:36:40 +02:00
file-mmap add memory mapped files example 2024-01-06 21:36:40 +02:00
forking update forking example 2024-01-06 21:09:38 +02:00
shm_open add memory mapped files example 2024-01-06 21:36:40 +02:00
shmat add shmat example 2024-01-06 21:22:15 +02:00
threads update build.zig in threads 2024-01-06 21:09:44 +02:00
.gitignore add forking example 2024-01-06 14:32:17 +02:00
README.md add forking example 2024-01-06 14:32:17 +02:00

Shared Memory Examples In C

All of the C examples are setup to use the zig build system. You can download zig here (Use version 0.11.0) and just run zig build run in any example.