sup_cgi.c File Reference
Go to the source code of this file.
Define Documentation
| #define close_pipe |
( |
fd |
|
) |
|
Value:do { \
if(fd[0] != -1) close(fd[0]); \
if(fd[1] != -1) close(fd[1]); \
} while(0);
Definition at line 388 of file sup_cgi.c.
Typedef Documentation
Variable Documentation
Initial value: {
"cgi supplier",
cgi_init,
cgi_term,
cgi_is_valid_uri,
cgi_serve
}
Definition at line 642 of file sup_cgi.c.