Files Classes Functions Hierarchy
00001 #include <html.h> 00002 #include <htmltest.h> 00003 00004 string htmltest::doc[] = 00005 { 00006 "", 00007 "", 00008 "", 00009 "" 00010 }; 00011 00012 int htmltest::test01 00013 ( 00014 int argc, char** argv 00015 ) 00016 { 00017 commandline cmd(argc,argv); 00018 return html::insert(cmd); 00019 } 00020
1.5.8