Utah Raster Toolkit  9999-git
URT Development version (post-3.1b)
rletogif.h
Go to the documentation of this file.
1 /* rle2gif.h */
2 
3 
4 
5 /*
6  * Pointer to function returning an int
7  */
8 typedef int (* ifunptr)();
9 
10 typedef unsigned char gif_pixel;
11 
12 int compgif();
13 void error();
14 int getpixel();
15 int GIFNextPixel();
16 
17 extern CONST_DECL char *MY_NAME;
unsigned char gif_pixel
Definition: rletogif.h:10
const char * MY_NAME
Definition: rletogif.c:35
int(* ifunptr)()
Definition: rletogif.h:8
#define CONST_DECL
Definition: rle_config.h:42