Etudes/BTS/C/Premiere annee/stegano/biblio.h

12 lines
197 B
C
Raw Normal View History

2016-10-14 15:11:52 +00:00
#ifndef BIBLIO_H_INCLUDED
#define BIBLIO_H_INCLUDED
#include <stdio.h>
#include <stdlib.h>
#define TAILLEMAX 50
void afficherSteganoTxt(char nomFichier[], int pas);
#endif // BIBLIO_H_INCLUDED