efn/types.h

3 lines
85 B
C

typedef struct Row Row;
struct Row {Row *p; Row *n; char text[ROW_SIZE]; int line;};