main.h

来自「Nachos是个教学用的小型操作系统」· C头文件 代码 · 共 20 行

H
20
字号
// main.h //	This file defines the Nachos global variables//// Copyright (c) 1992-1996 The Regents of the University of California.// All rights reserved.  See copyright.h for copyright notice and limitation // of liability and disclaimer of warranty provisions.#ifndef MAIN_H#define MAIN_H#include "copyright.h"#include "debug.h"#include "kernel.h"extern Kernel *kernel;extern Debug *debug;#endif // MAIN_H

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?