Files
SAE11_2024/menu.h

10 lines
65 B
C
Raw Normal View History

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