#ifndef CGILIB_H #define CGILIB_H 1 #define DEBUG 0 #define MAX_DATA 8*1024 void inittable(); int charcount(char *s, char *c); int fromhex(char c); int parse(char *s); char *find(char *s); void print_table(); #endif