#!/bin/ch /* plot2_2.cgi */ #include int main() { setvbuf(stdout, NULL, _IONBF, 0); printf("Content-type: image/png\n\n"); system("lib-ch-example-sample-plot3.cgi"); ///system(stradd(getenv("CHHOME"), "/toolkit/demos/CGI/chcgi/toolkit/demos/sample/plot3.ch")); }