vip/include/io.h

10 lines
124 B
C
Raw Normal View History

2024-07-04 18:00:13 +02:00
#ifndef IO_H_
#define IO_H_
int read_key();
void save_file();
void process_key();
void draw_rows(struct abuf *ab);
#endif