//#define PLOG(fmt,args...) printf(">>"fmt,##args) /*gcc*/#define U_PLOG(fmt,...) printf("u>> "fmt,##__VA_ARGS__) /*c99 gcc*/
sorry,i don't no