SAE11_2023/SAE_semestre1/fichier.h/main.h

7 lines
70 B
C
Executable File

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