efn/commands.c

4 lines
56 B
C
Raw Normal View History

void (*commands[256])(char *) = {
2022-04-02 11:40:10 +00:00
NULL,
['q'] = c_quit,