vip/include/editor.h
2024-07-01 20:40:07 +01:00

6 lines
70 B
C

#ifndef EDITOR_H_
#define EDITOR_H_
void insert_char(int c);
#endif