implement prover stdin reading
This commit is contained in:
@@ -3,7 +3,14 @@
|
||||
|
||||
#include "../include/utils.h"
|
||||
#include "../include/stdio.h"
|
||||
#include <stdbool.h>
|
||||
|
||||
#define STDIN_BUFFER_SIZE 4096
|
||||
extern char stdin_buffer[STDIN_BUFFER_SIZE];
|
||||
extern int stdin_pos;
|
||||
extern bool stdin_has_line;
|
||||
|
||||
void handle_keyboard();
|
||||
void init_keyboard();
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user