健康羽毛

文章
2
资源
0
加入时间
2年10月21天

linux-011之string.h头文件

#ifndef _STRING_H#define _STRING_H#ifndef NULL#define NULL ((void *)0)#endif#ifndef _SIZE_T#define _SIZE_Ttypedef unsigned int size_t; #endifextern char * strerror(int errno);/**这个字符串头文件