#pragma once char kbd_read(); void kbd_push(char c); int kbd_ready(); void kbd_wait();