SAE11_2023/SAE_semestre1/fichier.h/main.h

6 lines
57 B
C

#ifndef MAIN_H
#define MAIN_H
void main(void);
#endif