122: struct command { 123: int cmd; 124: char** arg; 125: int n_arg; 126: struct command* next; 127: }; 128:
test