mirror of
https://github.com/kkk2z/CatOS.git
synced 2024-12-22 10:45:29 +00:00
5 lines
92 B
C
5 lines
92 B
C
|
#include "kernel.h"
|
||
|
|
||
|
void keyboard_handler() {
|
||
|
// キーボード入力処理コード
|
||
|
}
|