#include "./command.h" cmd_desc_t cmd_desc[] = { {PUSH, 1, "PUSH"}, {POP, 0, "POP"}, {NONE, 0, "NONE"}}