efn/commands.c

6 lines
89 B
C
Raw Normal View History

void (*commands[256])(char *) = {
2022-04-02 11:40:10 +00:00
NULL,
['q'] = c_quit,
2022-04-02 12:46:20 +00:00
['O'] = c_open,
['P'] = c_print,