10 lines
124 B
C
10 lines
124 B
C
|
#ifndef IO_H_
|
||
|
#define IO_H_
|
||
|
|
||
|
int read_key();
|
||
|
void save_file();
|
||
|
void process_key();
|
||
|
void draw_rows(struct abuf *ab);
|
||
|
|
||
|
#endif
|