grpC_Nguyen_Zhang/soft/PjtKEIL_Stepdernier/Src/GestionSon.h
2023-05-16 17:15:56 +02:00

6 lines
No EOL
142 B
C

#ifndef GESTION_SON_H_
#define GESTION_SON_H_
short int CallbackSon(short int *son, int *index, int longueurSon);
void StartSon(void);
#endif