cpu.map.h
来自「操作系统SunOS 4.1.3版本的源码」· C头文件 代码 · 共 22 行
H
22 行
/* * @(#)cpu.map.h 1.1 92/07/30 * Copyright (c) 1985 by Sun Microsystems, Inc. */#ifdef sun2#include "../../mon/sun2/cpu.map.h"#endif #ifdef sun3#include "../../mon/sun3/cpu.map.h"#endif #ifdef sun3x#include "../../mon/sun3x/cpu.map.h"#endif#ifdef sun4#include "../../mon/sun4/cpu.map.h"#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?