12 lines
197 B
C
12 lines
197 B
C
#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
|