#ifndef NIVGRIS
#define NIVGRIS

#include <math.h>    
#include <stdio.h>
#include <stdlib.h>
#include <string.h>

//Fonction renvoyant dans un fichier les niveaux de gris
void Histo(Piquesel** tableau,char* sortie,int taille0,int taille1);

#endif
