/* Author: Ram Samudrala (me@ram.org) * Version: O1.0 * Detail: * November 22, 1996. * * See the URL above for terms of use and general help. */ #include "cgi_common.h" #include "cgi_defines.h" /******************************************************************/ void display_content_type(char string[]) { extern int content_type_displayed; if (!content_type_displayed) { /* printf("HTTP/1.0 200 OK%s", HEADER_DELIMITER); */ printf("Content-type: text/html%s", HEADER_DELIMITER); printf("%s", HEADER_DELIMITER); if (string[0] != '0円') printf(" %s \n", string); content_type_displayed = TRUE; } return; } /******************************************************************/ void display_signature() { printf("
\nTWISTED HELICES ||\n"); printf("Ram Samudrala ||\n"); printf("ram@twisted-helices.com \n
\n"); return; } /******************************************************************/

AltStyle によって変換されたページ (->オリジナル) /