efn/commands.c

5 lines
72 B
C

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