strings.h
来自「nucleus_arm.rar」· C头文件 代码 · 共 26 行
H
26 行
#ifndef _STRINGS_H_
#define _STRINGS_H_
#define STRINGS_LANG_GERMAN 0
#define STRINGS_LANG_ENGLISH 1
#define STRINGS_LANG_LATIN 2
#define STRINGS_NUCLOAD1 0
#define STRINGS_NUCLOAD2 1
#define STRINGS_DEBUG 2 // 2 ^= 2, 3 & 4
#define STRINGS_DEBUG_NS 5
#define STRINGS_CPUSEARCH 6
#define STRINGS_CPUFOUND1 7
#define STRINGS_CPUFOUND2 8
#define STRINGS_INTINIT 9
#define STRINGS_PICINIT 10
#define STRINGS_NOINIT 11
#define STRINGS_KERNELEXIT 12
#define STRINGS_SHUTDOWN 13
#define STRINGS_OK 14
void strings_setlang(int langid);
char* strings_get(int string);
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?