Files
SAE11_2024/menu.h

10 lines
65 B
C

#ifndef MENU_H
#define MENU_H
void afficherTaille();
#endif