gpt4 book ai didi

c - 内核中是否有 perror 的等价物?

转载 作者:太空宇宙 更新时间:2023-11-03 23:33:26 25 4
gpt4 key购买 nike

内核中的 perror() 是什么?我无法从错误值中判断错误代码是什么,即 -22。

最佳答案

Linux 内核只是使用否定的 errno 代码作为约定。所以查看 asm-generic/errno-base.hasm-generic/errno.h 并找到...

#define EINVAL          22      /* Invalid argument */

例如,如果您将 NULL 传递给不接受 NULL 的函数,就会发生这种情况。这取决于功能。

关于c - 内核中是否有 perror 的等价物?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10006071/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com