#include #include "gif.h" unsigned char *loadgif(FILE *infile, int *bufwidth, int *bufheight){ return NULL; }