vip/include/io.h
2024-07-04 17:00:13 +01:00

9 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