Gestion d'erreurs

master
Louis GERMAIN 1 year ago
parent ae0c35122d
commit 0ced12474c

@ -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);

Loading…
Cancel
Save