// // Created by imanol on 12/27/16. // #ifndef SYNACORVM_INPUT_H #define SYNACORVM_INPUT_H #include #include #include "cpu.h" #include #include unsigned int stdin_length(); void read_input(); char get_input(); unsigned int input_buffer_size(); #endif //SYNACORVM_INPUT_H