a
This commit is contained in:
8
APL1.1/organisation_code/source/exo1/option.h
Normal file
8
APL1.1/organisation_code/source/exo1/option.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#ifndef OPTION_H
|
||||
#define OPTION_H
|
||||
|
||||
typedef enum {AJOUTER, AFFICHER, SORTIR} options;
|
||||
|
||||
options saisir_option();
|
||||
|
||||
#endif /* OPTION_H */
|
||||
Reference in New Issue
Block a user