9 lines
126 B
C
Raw Normal View History

2023-12-11 16:19:17 +01:00
#ifndef DEPLACEMENT_H
#define DEPLACEMENT_H
void deplacement (int** p, int* tete, int* queue);
#endif /* DEPLACEMENT_H */