Files
DEV/DEV1.1/TP28/extra.h

7 lines
105 B
C
Raw Permalink Normal View History

2024-01-29 17:28:51 +01:00
#ifndef EXTRA_H
#define EXTRA_H
double top (const maillon* debut);
void clear (maillon** debut);
#endif