c 语言函数库 第四章(字符串函数) 1. atof:字符串转浮点型函数 .................................................................................. 1 2. atoi:字符串转整型函数....................................................................................... 2 3. atol:字符串转长整型函数................................................................................... 3 4. memchr:字符搜索函数 ....................................................................................... 4 5. memcmp:字符串比较函数 .................................................................................. 4 6. memcpy: 字符串拷贝函数 ................................................................................. 5 7. memmove: 字块移动函数 .................................................................................. 6 8 . memset:字符加载函数 ........................................................................................ 8 9. strcat:字符串连接函数 ........................................................................................ 8 10. strchr:字符串中字符首次匹配函数 ................................................................ 9 11. strcmp:字符串比较函数 ................................................................................ 10 12. strcpy:字符串拷贝函数 ................................................................................. 11 13. strcspn:字符集逆匹配函数 ............................................................................ 12 14. strdup:字符串新建拷贝函数 ......................................................................... 13 15. strerror:字符串错误信息函数 ....................................................................... 14 16. strlen:计算字符串长度函数 .......................................................................... 15 17. strlwr:字符串小写转换函数 .......................................................................... 16...