Mercurial > hg > xemacs-beta
comparison src/gif_io.c @ 424:11054d720c21 r21-2-20
Import from CVS: tag r21-2-20
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:26:11 +0200 |
parents | 697ef44129c6 |
children |
comparison
equal
deleted
inserted
replaced
423:28d9c139be4c | 424:11054d720c21 |
---|---|
1 #include <stdio.h> | 1 #include <stdio.h> |
2 #include <stdlib.h> | 2 #include <stdlib.h> |
3 #include <string.h> | 3 #include <string.h> |
4 #include <unistd.h> | 4 #include <unistd.h> |
5 #include "gifrlib.h" | 5 #include "gifrlib.h" |
6 #include "sysfile.h" | |
6 | 7 |
7 /****************************************************************************** | 8 /****************************************************************************** |
8 * Set up the GifFileType structure for use. This must be called first in any * | 9 * Set up the GifFileType structure for use. This must be called first in any * |
9 * client program. Then, if custom IO or Error functions are desired, call * | 10 * client program. Then, if custom IO or Error functions are desired, call * |
10 * GifSetIOFunc/GifSetErrorFunc, then call EGifInitWrite. Else call * | 11 * GifSetIOFunc/GifSetErrorFunc, then call EGifInitWrite. Else call * |