/* Fichier trtchamps.h Auteur Bernard Chardonneau Logiciel libre diffusé dans le domaine public Prototypes des fonctions de la bibliothèque trtchamps */ #define lgmax_champ 10 // nombre maximum de caractère d'un champ récupéré void recupchamp (FILE *descfic, char *champ); void sautechamp (FILE *descfic); void finligne (FILE *descfic); int comptechamps (FILE *descfic);