In file cgi.c:

char* env_gen_extra(const char *key, const char *value, int extra)

Takes a key and a value and converts them for CGI use

Documentation

Takes a key and a value and converts them for CGI use. This routine calls malloc: please free the memory when you are done (and via a not-so-tricky #define, env_gen).
Returns:
Where XXXX is extra: "XXXXKEY=VALUE"

Alphabetic index Hierarchy of classes



This page was generated with the help of DOC++.