cgiutils.c ---------- Library of functions for constructing CGI programs in C. * Useful string-manipulation stuff #nonempty(s) A macro which returns nonzero if the string argument s is neither NULL nor of length 0. void capitalize(char *s) Transforms the first character of s to its uppercase equivalent, and all subsequent ones to their lowercase equivalent. void uncapitalize(char *s) Downcases all chars in s. void strip_trailing_spaces(char *s) Strips all trailing spaces (chars returning true to isspace()) from the end of the string. * HTTP header-related functions void no_cache() ; Issues the proper HTTP header for disabling caching of pages. It must be called _before_ any return_header() call. void redirect mapper_stuff.c -------------- mapper_stuff2.c --------------- mg12direct.c ------------ mg12stuff.c ----------- mgstuff.c --------- rle22gif.c ---------- rle2gif.c --------- str_to_index.c -------------- taxon_tree.c ------------ texas_stuff.c -------------