diff options
| author | Anhgelus Morhtuuzh <william@herges.fr> | 2025-10-19 23:11:41 +0200 |
|---|---|---|
| committer | Anhgelus Morhtuuzh <william@herges.fr> | 2025-10-19 23:11:41 +0200 |
| commit | b47e5b1518d7089a2f6fdba439cf35dcf29e6089 (patch) | |
| tree | bcfa88dffcff71d6a0959d2db7951cc4105f2a42 /semestre 3/structures des données/tme/tme3-5/exo1/biblioLC.h | |
| parent | 4ed8060318b1807638c12b8b43660bb98fc99fba (diff) | |
Cours du 13 au 17 octobre
Diffstat (limited to 'semestre 3/structures des données/tme/tme3-5/exo1/biblioLC.h')
| -rw-r--r-- | semestre 3/structures des données/tme/tme3-5/exo1/biblioLC.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/semestre 3/structures des données/tme/tme3-5/exo1/biblioLC.h b/semestre 3/structures des données/tme/tme3-5/exo1/biblioLC.h index 4db05fe..ed5ded1 100644 --- a/semestre 3/structures des données/tme/tme3-5/exo1/biblioLC.h +++ b/semestre 3/structures des données/tme/tme3-5/exo1/biblioLC.h @@ -1,5 +1,5 @@ #ifndef BIBLIO_LC_H - +#define BIBLIO_LC_H typedef struct livre{ int num; char* titre; |
