7 lines
105 B
C
7 lines
105 B
C
|
|
#ifndef EXTRA_H
|
||
|
|
#define EXTRA_H
|
||
|
|
|
||
|
|
double top (const maillon* debut);
|
||
|
|
void clear (maillon** debut);
|
||
|
|
|
||
|
|
#endif
|