aboutsummaryrefslogtreecommitdiff
path: root/semestre 3/structures des données/tme/tme3-5/exo1/entreeSortieLC.h
blob: f56518ee6960014fdd539bf5f50035b11e4ded17 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef ENTREE_SORTIE_LC_H
#define ENTREE_SORTIE_LC_H
#include "biblioLC.h"

Biblio* charger_n_entrees(char* nomfic, int n);

void enregistrer_biblio(Biblio *b, char* nomfic);

#endif // !ENTREE_SORTIE_LC_H