/* 7 Feb 09. WJS Type "main" and include stdlib.h to avoid diagnostics 28 Mar 07. WJS Exit w/explicit status so said status can be checked. December 8, 1997 clh changes to htmlesc.c 1. final printf statement, prints stuff as is - no space thereafter 2. included source file 'htmlescape.c' in current directory, original version read it from libsrc */ #include #include #include #include "htmlescape.c" int main(argc,argv) int argc; char *argv[]; { char stuff[1024]; int i; for(i=1;i