regnames.c
来自「完整的Bell实验室的嵌入式文件系统TFS」· C语言 代码 · 共 10 行
C
10 行
/* This file is included by the common file reg_cache.c. * The regs_860.c file is the table of register names. * The purpose behind this multiple level of file inclusion is to allow * the common file "reg_cache.c" to include a file called "regnames.c" * which will have a target-specific register table without the target- * specific filename. */#include "regs_403.c"
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?