6 lines
88 B
C
6 lines
88 B
C
#pragma once
|
|
|
|
char kbd_read();
|
|
void kbd_push(char c);
|
|
int kbd_ready();
|
|
void kbd_wait(); |