-
Ariel Omar Sanhueza Roman authored
implemented a IO module. It only contains one function (for now): getc. This function reads a char from STDIN (keyboard buffer) if the user press the enter key. This function use read_keyboard_buffer function implemented in keyboard.h (this is the interface to read the keyboard buffer)
72624e14