#include "SimpleWeb.h"
Include dependency graph for simple.cpp:
Go to the source code of this file.
Definition at line 6 of file simple.cpp.
References main().
Referenced by main().
00007 { 00008 srand(((long)&main) ^ time(NULL)); 00009 SimpleWeb www; 00010 www.SetCgiName("/cgi-bin/simple/simple"); 00011 www.Execute(); 00012 }