moitié tp 3

This commit is contained in:
2024-01-29 17:28:51 +01:00
parent cffb424f64
commit eb581c8a31
45 changed files with 964 additions and 16 deletions

7
DEV1.1/TP28/extra.h Normal file
View File

@@ -0,0 +1,7 @@
#ifndef EXTRA_H
#define EXTRA_H
double top (const maillon* debut);
void clear (maillon** debut);
#endif