bedbeb3 ^
fe63146 ^
1 2 3 4
5
6 7
8 9
10 11
#ifndef CMDS_H #define CMDS_H #include "state.h" #include <stdlib.h> extern command CMD_LIST[]; void init_state(state *s); void exec(char *buf, state *s); #endif