1 2 3 4 5
#pragma once #include <stdbool.h> bool keyboard_poll_read(char *c); void keyboard_recv(char scancode);