9 lines
109 B
C
9 lines
109 B
C
#ifndef COMMUN_H
|
|
#define COMMUN_H
|
|
|
|
#define CLE_SEM_T1 10
|
|
#define CLE_SEM_T2 20
|
|
#define CLE_SEM_T3 30
|
|
|
|
#endif
|