#include <stdlib.h>#include <stdio.h>#include <time.h>#include <ctype.h>#include <math.h>#include <errno.h>#include <unistd.h>#include <string.h>#include <sys/types.h>#include <sys/stat.h>#include <fcntl.h>#include <dirent.h>#include <assert.h>#include <signal.h>#include "common.h"
Go to the source code of this file.
Functions | |
| void | CloseGifFile (void) |
| void | AddGifData (int channel) |
| int | ParseImageOptions (char *cmd) |
| void AddGifData | ( | int | channel | ) |
| void CloseGifFile | ( | void | ) |
| int ParseImageOptions | ( | char * | cmd | ) |
1.5.6