FreeCalypso > hg > fc-sim-tools
view libcommon/cmdtab.h @ 46:e2ef4b8e4136
main tools: display spenh info when serial back end is used
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sun, 21 Mar 2021 02:08:02 +0000 |
parents | b7ee2e85686b |
children |
line wrap: on
line source
struct cmdtab { char *cmd; int minargs; int maxargs; int allow_redir; int (*func)(); };