efn/globals.h
2022-04-02 22:28:26 +01:00

6 lines
72 B
C

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