FreeCalypso > hg > freecalypso-tools
view rvinterf/etmsync/cmdtab.h @ 519:f9d2ce6591b7
target-utils: default mygetchar() added to libcommon
| author | Mychaela Falconia <falcon@freecalypso.org> |
|---|---|
| date | Sun, 02 Jun 2019 23:59:12 +0000 |
| parents | e7502631a0f9 |
| children |
line wrap: on
line source
struct cmdtab { char *cmd; int minargs; int maxargs; int (*func)(); }; #define MAX_CMD_ARGS 16
