input.h
321 Bytes
//
// Created by imanol on 12/27/16.
//
#ifndef SYNACORVM_INPUT_H
#define SYNACORVM_INPUT_H
#include <stdint.h>
#include <unistd.h>
#include "cpu.h"
#include <string.h>
#include <stropts.h>
unsigned int stdin_length();
void read_input();
char get_input();
unsigned int input_buffer_size();
#endif //SYNACORVM_INPUT_H