debut TP18

This commit is contained in:
2023-11-14 17:28:39 +01:00
parent fd72164c4e
commit 7d4d21b993
8 changed files with 72 additions and 35 deletions

10
DEV1.1/TP17/exo1/option.h Normal file
View 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/