|
|
|
@ -1,6 +1,8 @@
|
|
|
|
|
#include "structures.h"
|
|
|
|
|
#include <stdio.h>
|
|
|
|
|
|
|
|
|
|
void trace(char str[]);
|
|
|
|
|
|
|
|
|
|
// Chargements
|
|
|
|
|
|
|
|
|
|
char *readAdress(FILE *flot);
|
|
|
|
@ -22,7 +24,7 @@ void fusionMaillonDevis(ListeDevis R, int tlogR, ListeDevis S, int tlogS, ListeD
|
|
|
|
|
void triFusionListeDevis(ListeDevis *ldevis, int tlog);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// Fonctions de base
|
|
|
|
|
// Fonctions de base -> Qui étaient bien dans structures.h...
|
|
|
|
|
|
|
|
|
|
int lenListeDevis(ListeDevis l);
|
|
|
|
|
int nombrePred(char travaux[], Precedence prec[], int tlog);
|
|
|
|
|