9 lines
132 B
C
Raw Normal View History

2023-12-11 16:19:17 +01:00
#ifndef DEPLACEMENT_H
#define DEPLACEMENT_H
2023-12-12 17:39:55 +01:00
void deplacement (struct adresse* pointeur, char* sens);
2023-12-11 16:19:17 +01:00
#endif /* DEPLACEMENT_H */