Versione finale del client ECHO su TCP, con esempio di uso della funzione
[gapil.git] / listati / sembuf.h
1 struct sembuf
2 {
3   unsigned short int sem_num;   /* semaphore number */
4   short int sem_op;             /* semaphore operation */
5   short int sem_flg;            /* operation flag */
6 };