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