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