#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