Skip to content

Simple easy-to-use C library for manipulating linux shared memory (shm).

License

Notifications You must be signed in to change notification settings

iasebsil83/C_SHM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This program is a simple utility library that will allow you to manipulate shared memory (shm)
on linux a little bit easier than sys/shm.h does.

Demonstration programs are made in src/prog1.c & src/prog2.c (please launch Prog1 first).

More information about this library are available in lib/shm.c.



Contact     : i.a.sebsil83@gmail.com
Youtube     : https://www.youtube.com/user/IAsebsil83
GitHub repo : https://github.com/iasebsil83

Let's Code !                                  By I.A.



DISCLAIMER : This program is not a substitute of sys/shm.h but a complement.
             sys/shm.h gives a lot of options on shm management, shm.h is a way much simpler.

About

Simple easy-to-use C library for manipulating linux shared memory (shm).

Topics

Resources

License

Stars

Watchers

Forks