spmenu/libs/history.h
2023-05-14 00:21:16 +02:00

7 lines
174 B
C

/* See LICENSE file for copyright and license details. */
static char *histfile;
static char **history;
static size_t histsz, histpos;
static void savehistory(char *input);