摘要:
内容 memcmp、memicmp原型对比 memicmp实现 memchr实现 memcmp 函数原型:extern int memcmp(void str1, void str2, unsigned int n) 参数说明:str1和str2为指定作比较的字符串,比较两个字符串的前n个字节。 m 阅读全文
posted @ 2016-11-27 20:38
呉语伦比
阅读(1710)
评论(0)
推荐(0)
摘要:
文档内容 itoa、atoizhuanh ftoa atof include include include int myatoi(char str) { char istr = str; while ( istr!='\0')//遍历每一个字符 { / if (!( istr ='0')) { r 阅读全文
posted @ 2016-11-27 19:28
呉语伦比
阅读(257)
评论(0)
推荐(0)
摘要:
文档内容: memcpy、memmove、memccpy说明、比较 memcpy(拷贝)实现 memset(设置值)实现 memmove(拷贝)实现 memccpy(拷贝,遇到设定值终止拷贝)实现 memcpy()、 memmove()和memccpy() 这三个函数的功能均是将某个内存块复制到另一 阅读全文
posted @ 2016-11-27 14:08
呉语伦比
阅读(1741)
评论(0)
推荐(0)

浙公网安备 33010602011771号