#ifndef __CGI_H__ #define __CGI_H__ #include int cgi_init(); size_t read_item(char *str, size_t maxlen); #endif