27#define allocation_tableau(nom, type, nombre) \
28 if ((nom = (type *)calloc(nombre, sizeof(type))) == NULL) \
30 printf("\n Allocation dynamique impossible pour un pointeur-tableau \n"); \
Base class for portable image formats. This class provides an interface for reading and writing porta...
Definition image_portable.hpp:48
static void ignorer_commentaires(FILE *f)
A base class for different image formats.
Definition image_portable.cpp:23
unsigned char OCTET
Definition image_portable.hpp:34