APL/APL1.1/Dev1.1/OrganisationCode/exo1/options.h

8 lines
138 B
C
Raw Normal View History

2021-11-16 15:32:33 +01:00
#ifndef _OPTIONS_H
#define _OPTIONS_H
typedef enum {AJOUTER, AFFICHER, SORTIR} options;
options saisir_option();
#endif /* OPTIONS_H */