12 lines
143 B
C
12 lines
143 B
C
#ifndef COMMUN_H
|
|
#define COMMUN_H
|
|
|
|
#define MEM 3
|
|
#define SEM 5
|
|
|
|
#define CLE_SEM_PROD 100
|
|
#define CLE_SEM_CONSO 200
|
|
#define CLE_MEM 100
|
|
|
|
#endif
|