Skip to content

srhaider/Linux_code_examples

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Linux_code_examples

  1. POSIX semaphore example program.
  2. POSIX shared memory example program.
  3. POSIX combination of shared memory and semaphore example program.
  4. Sample Doxygen program and configuration file that I used for learning documentation using doxygen.

While compiling give -lrt for shared memory example and -lpthread for semaphore example and give both for combination

About

Linux codes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 98.7%
  • CMake 1.3%