spmenu/libs/history.h
2023-03-31 12:42:42 +02:00

4 lines
77 B
C

static char *histfile;
static char **history;
static size_t histsz, histpos;