码迷,mamicode.com
首页 > 系统相关 > 详细

linux 中的errno 和 strerror(errno)

时间:2019-07-09 09:27:21      阅读:122      评论:0      收藏:0      [点我收藏+]

标签:ams   blog   function   错误   原型   har   返回值   字符   tle   

1. errno.h 中包含 errno 这个错误保存值

string.h 包含 strerror() 函数 ,它的原型 是 char *strerror(int errnum);

输入值应该是errno,返回值是 errno 对应的 错误提示字符串

stdio.h 包含perror() 函数,它的原型是  void perror(char * string),即使string为空,它也会把strerror(errno)的内容打印出来

 

参考博客:https://www.cnblogs.com/Jimmy1988/p/7485133.html

linux 中的errno 和 strerror(errno)

标签:ams   blog   function   错误   原型   har   返回值   字符   tle   

原文地址:https://www.cnblogs.com/jyfyonghu/p/11155170.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!