comparison src/gif_io.c @ 412:697ef44129c6 r21-2-14

Import from CVS: tag r21-2-14
author cvs
date Mon, 13 Aug 2007 11:20:41 +0200
parents de805c49cfc1
children 11054d720c21
comparison
equal deleted inserted replaced
411:12e008d41344 412:697ef44129c6
1 #include <config.h>
2
3 #include <stdio.h> 1 #include <stdio.h>
4 #include <stdlib.h> 2 #include <stdlib.h>
5 #include <string.h> 3 #include <string.h>
6 #ifdef HAVE_UNISTD_H
7 #include <unistd.h> 4 #include <unistd.h>
8 #endif
9 #include "gifrlib.h" 5 #include "gifrlib.h"
10 #include "sysfile.h"
11 6
12 /****************************************************************************** 7 /******************************************************************************
13 * Set up the GifFileType structure for use. This must be called first in any * 8 * Set up the GifFileType structure for use. This must be called first in any *
14 * client program. Then, if custom IO or Error functions are desired, call * 9 * client program. Then, if custom IO or Error functions are desired, call *
15 * GifSetIOFunc/GifSetErrorFunc, then call EGifInitWrite. Else call * 10 * GifSetIOFunc/GifSetErrorFunc, then call EGifInitWrite. Else call *