debut TP18
This commit is contained in:
10
DEV1.1/TP17/exo1/option.h
Normal file
10
DEV1.1/TP17/exo1/option.h
Normal file
@@ -0,0 +1,10 @@
|
||||
/* TP 19 Exercice 1 : fichier option.h */
|
||||
|
||||
#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