6 lines
69 B
C
6 lines
69 B
C
|
#ifndef OPTIONS_H
|
||
|
|
||
|
#define OPTIONS_H
|
||
|
#define TAILLE_MEM 8000
|
||
|
|
||
|
#endif
|