#include "/home/johnny/Bidouille/codeworker/travail/lebook_paris_extract.o.h" void affiche_lebook_paris_extract.o(DBLigne* r) { if (strcmp(r->NOM, "") != 0) { printf("%s %s %s\n", Titre(r->NOM), Pointilles, r->PAGE_DEB); printf("%s\n", Ligne(r->ADR_L1)); if (strcmp(r->ADR_L2, "") != 0) { printf("%s\n", Ligne(r->ADR_L2)); } while (strcmp(r->ORG, "") != 0) { printf("%s\n", Sous_Ligne(r->ORG)); } } }