9 lines
132 B
C
9 lines
132 B
C
|
|
|
|
#ifndef DEPLACEMENT_H
|
|
#define DEPLACEMENT_H
|
|
|
|
void deplacement (struct adresse* pointeur, char* sens);
|
|
|
|
#endif /* DEPLACEMENT_H */
|