搜索资源列表
UNIXCcode
- 用C语言编写的Unix代码实例 供大家参考 -#include <sys/sem.h> #include <sys/types.h> #include <sys/ipc.h> #include <stdio.h> #include <sys/stat.h> #define VERIFYERR(a, b) if (a) fprintf(stderr, " s failed.\n", b) else fp
source
- 自己编写的atoi函数,字符串倒序,线程创建和管道创建,已经测试过了,没什么问题,希望对大家有点帮助!-I have written atoi function, string reverse, thread creation and pipeline creation, has been tested, no problem, we want a little help!
atoi
- 这是一个简短的c语言 字符串与整形之间的转换小程序代码 ,程序简单易懂-a string to int
str_to_int
- 自己写的实现了字符串转化为整数的功能,代码有点乱,也不是很好,但是基本实现了atoi()的基本功能-fulfill the function of convert a string to int
str_to_int1
- atoi()函数的简化版本,自己写的版本比较麻烦,难懂,功能性不好,这是相对比较好的版本-the function to fulfill the conversion from string to number