?? bind.c
字號(hào):
#include "c.h"
extern Interface nullIR, symbolicIR;
extern Interface mipsebIR, mipselIR;
extern Interface sparcIR, solarisIR;
extern Interface x86IR, x86nasmIR;
Binding bindings[] = {
"symbolic", &symbolicIR,
"mips-irix", &mipsebIR,
"mips-ultrix", &mipselIR,
"sparc-sun", &sparcIR,
"sparc-solaris", &solarisIR,
"x86-dos", &x86IR,
"x86-nasm", &x86nasmIR,
"symbolic/irix", &symbolicIR, /* omit */
"mips/irix", &mipsebIR, /* omit */
"mips/ultrix", &mipselIR, /* omit */
"sparc/sun", &sparcIR, /* omit */
"sparc/solaris", &solarisIR, /* omit */
"x86/dos", &x86IR, /* omit */
"x86/nasm", &x86nasmIR, /* omit */
"null", &nullIR,
NULL, NULL
};
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -