9 lines
126 B
C
9 lines
126 B
C
|
|
||
|
|
||
|
#ifndef DEPLACEMENT_H
|
||
|
#define DEPLACEMENT_H
|
||
|
|
||
|
void deplacement (int** p, int* tete, int* queue);
|
||
|
|
||
|
#endif /* DEPLACEMENT_H */
|