-
Notifications
You must be signed in to change notification settings - Fork 10
chl_fcgi_init
it4e edited this page Oct 4, 2016
·
2 revisions
<chl/chl.h>
chl_fcgi_init, CHL FastCGI initialize
void chl_fcgi_init();
The chl_fcgi_init function is used to call the initialize function of other source files to clear buffers and reset variables between every call to chl_fcgi_next().
Note that chl_fcgi_next calls this function automatically, so there is no need to call it manually.
No arguments.
No return value.
None.