//
//  Vrml 97 library
//  Copyright (C) 1998 Chris Morley
//

#include <stdio.h>

#ifdef	__cplusplus
extern "C" {
#endif

unsigned char *gifread (FILE *fp, int *w, int *h, int *nc,
			int *nf, unsigned char ***);

#ifdef	__cplusplus
}
#endif
