efn/globals.h

6 lines
72 B
C

Row init_row = { 0 };
Row *buffer = &init_row;
Row *clipboard = NULL;