📄 er
字号:
@c ----------------------------------------------------------------------
@node errno, stdio
@heading @code{errno}
@subheading Syntax
@example
#include <errno.h>
extern int errno;
@end example
@subheading Description
This variable is used to hold the value of the error of the last
function call. For details about the various error types, please refer
to the file @file{include/errno.h}.
@xref{perror}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -