efn/commands.c

6 lines
89 B
C

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