APL/APL1.1/TP17/exo1/options.h

8 lines
136 B
C
Raw Normal View History

2021-10-19 14:22:25 +02:00
#ifndef OPTIONS_H
#define OPTIONS_H
typedef enum {AJOUTER, AFFICHER, SORTIR} options;
options saisir_option();
#endif /* OPTIONS_H */