📄 errorlist_table.h
字号:
/* errorlist_table.h *//* Automatically generated at 2008-03-18T11:38:08.266305 */#ifndef ERRORLIST_TABLE_H#define ERRORLIST_TABLE_H 1#include "windlocl.h"struct error_entry { uint32_t start; unsigned len; wind_profile_flags flags;};extern const struct error_entry _wind_errorlist_table[];extern const size_t _wind_errorlist_table_size;#endif /* ERRORLIST_TABLE_H */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -