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

8 lines
136 B
C

#ifndef OPTIONS_H
#define OPTIONS_H
typedef enum {AJOUTER, AFFICHER, SORTIR} options;
options saisir_option();
#endif /* OPTIONS_H */