#define P(format, ...) do /
{ /
printf("%s %s %d " format "/n", __FILE__, __FUNCTION__, __LINE__, ##__VA_ARGS__); /
fflush(stdout); /
} /
while (0);
#define P(
最新推荐文章于 2024-07-29 22:24:18 发布
#define P(format, ...) do /
{ /
printf("%s %s %d " format "/n", __FILE__, __FUNCTION__, __LINE__, ##__VA_ARGS__); /
fflush(stdout); /
} /
while (0);