blob: d8014374e0ab12a8f99687119edf970518a50d31 (
plain) (
blame)
1
2
3
4
5
6
|
Cgihtml is a C library that simplifies the task of parsing World Wide Web
(WWW) Common Gateway Interface (CGI) input and outputting HyperText Markup
Language (HTML). Tasks which would normally require many lines of C can be
reduced to just a few.
WWW: http://www.eekim.com/software/cgihtml/
|