#include #include #include "connect.h" #include "rfc2553emu.h" #include "http.h" int main() { setlocale(LC_ALL, ""); HttpMethod Mth; return Mth.Loop(); }