efn/types.h

3 lines
85 B
C
Raw Permalink Normal View History

2022-04-02 11:40:10 +00:00
typedef struct Row Row;
struct Row {Row *p; Row *n; char text[ROW_SIZE]; int line;};