memchr函数原型extern void *memchr(const void *buf, int ch, size_t count),功能:从buf所指内存区域的前count个字节查找字符ch。
详细内容
应用推荐
模块上移
模块下移
不移动