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