📄 errno.c
字号:
/* * lib-src/ansi/errno/errno.c * ANSI/ISO 9899-1990, Section 7.1.3. * * int errno; * * The global definition of errno is initialized with an explicit 0 here * so that LifeLib does not issue pages of warnings * about extern resolving to a common. */#include <errno.h>int errno = 0;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -