vip/include/editor.h

7 lines
70 B
C
Raw Normal View History

2024-07-01 21:40:07 +02:00
#ifndef EDITOR_H_
#define EDITOR_H_
void insert_char(int c);
#endif