摘要:
#include #include #include #include #include //#include //#include "fun.h"//using namespace std;#define DEBUG_LOG /*this macro to control the debug print*/#ifdef DEBUG_LOG#define LOG_ERROR(args...) do { printf("[TS][ERR]@%u:",__LINE__); printf(args); } while (0);#define LOG_PRINT 阅读全文
posted @ 2014-03-13 11:49
xichen
阅读(252)
评论(0)
推荐(0)
浙公网安备 33010602011771号