摘要: C语言字符串去除后面的无用字节(可用于进程间通信) #include <stdio.h> #include <string.h> #define dPrint(fmt, ...) do{fprintf(stderr, "[%s:%d] " fmt "\r\n", __FUNCTION__, __LI 阅读全文
posted @ 2022-11-22 23:04 h云淡风轻 阅读(21) 评论(0) 推荐(0)