Skip to content

Instantly share code, notes, and snippets.

View avinashav's full-sized avatar

Avinash Kumar avinashav

View GitHub Profile
@aspyct
aspyct / common.h
Created July 15, 2012 22:00
Unix semaphore with the C programming language, tested under Debian
#ifndef _COMMON_H_
#define _COMMON_H_
#define SEM_KEY_FILE ("sem.key")
#endif /* _COMMON_H_ */