blob: 7fa0417ee9ac515affd373594458590c4e92ddd0 (
plain)
1
2
3
4
5
6
7
8
9
10
|
#ifndef ENTREE_SORTIE_H_H
#define ENTREE_SORTIE_H_H
#include "biblioH.h"
BiblioH* charger_n_entrees(char* nomfic, int n);
void enregistrer_biblio(BiblioH *b, char* nomfic);
#endif // !ENTREE_SORTIE_H_H
|