linux中errorno
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash
免费下载资源
·
errorno在linux中是一个整型左值,当UNIX函数出错时,其被赋予一个整型常量,这些常量均以E开头。
关于errno的两个规则与两个函数
1.两个规则:①,如果没有出错,则其值不会被一个例程清除,仅当函数的返回值指明出错时,才检验其值。
②,任一函数不会将errno的值设置为0.
2.两个函数:①#include <string.h>
char *strerror(int errnum);
②#include <stdio.h>
void perror(const char *msg);
首先输出由msg指向的字符串,然后一个冒号,一个空格,接着是应于errno值的出粗信息,最后是一个换行符。
参考文献:《unix 环境高级编程》 第二版
GitHub 加速计划 / li / linux-dash
6
1
下载
A beautiful web dashboard for Linux
最近提交(Master分支:3 个月前 )
186a802e
added ecosystem file for PM2 4 年前
5def40a3
Add host customization support for the NodeJS version 4 年前
更多推荐
已为社区贡献3条内容
所有评论(0)