1 #include 2 using namespace std; 3 4 typedef int int32_t; 5 6 struct IMsgBody{ 7 int body; 8 }; 9 10 struct Arg{11 int arg;12 };13 14 cla... Read More
posted @ 2015-09-19 17:12 你好阿汤哥 Views(2521) Comments(0) Diggs(0) Edit