cgi-util is a powerful, small C library that allows you to create CGI programs for websites. Supported functions include: Accepting a connection and parsing form data, Grabbing a field by its string value, by its integer value, by its floating point ("double") value,and by its boolean value, Embeding HTML files, Checking strings for correct e-mail syntax, and Closing up and freeing memory.