aboutsummaryrefslogtreecommitdiff
path: root/semestre 3/structures des données/tme/tme3-5/exo2/entreeSortieH.h
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