9 lines
89 B
C
9 lines
89 B
C
|
|
#ifndef COMPORTEMENTJCJ_H
|
||
|
|
#define COMPORTEMENTJCJ_H
|
||
|
|
|
||
|
|
|
||
|
|
void compJCJ(int taille);
|
||
|
|
|
||
|
|
|
||
|
|
#endif
|