efn/commands.c

4 lines
56 B
C

void (*commands[256])(char *) = {
NULL,
['q'] = c_quit,