ANSI C based CGI Library

Hello,

I am looking for an ANSI C based CGI library for usage with my C / Embedded SQL program for usage on the 
web. I have a prototype program, but need a library to process post / get, etc. I have started one and I am about 40%
complete, but it would be very beneficial to see another that processes ALL information from query_string or stdin
in the function. 

I am passing the function the env struct and a struct that can contain all of the name / value pairs. I want the function
to process all and return the loaded struct.

Thanks !

John.

Received on Friday, 28 July 2000 08:47:49 UTC