vip

VI Plus
git clone https://codeberg.org/night0721/vip
Log | Files | Refs | README | LICENSE

io.h (124B)


      1 #ifndef IO_H_
      2 #define IO_H_
      3 
      4 int read_key();
      5 void save_file();
      6 void process_key();
      7 void draw_rows(struct abuf *ab);
      8 
      9 #endif