kb.h
来自「fill all of us with joy of urs」· C头文件 代码 · 共 17 行
H
17 行
// Keyboard communication routines
#ifndef __KB_INCLUDED
#define __KB_INCLUDED
#include "io8515.h"
#define ISC00 0
#define ISC01 1
void init_kb(void);
void decode(unsigned char sc);
void put_kbbuff(unsigned char c);
int getchar(void);
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?