FreeCalypso > hg > freecalypso-tools
view target-utils/include/cmdtab.h @ 872:b026f1156852
CHANGES: document fc-pwt-comp
| author | Mychaela Falconia <falcon@freecalypso.org> |
|---|---|
| date | Mon, 28 Mar 2022 06:30:09 +0000 |
| parents | e7502631a0f9 |
| children |
line wrap: on
line source
/* this structure is used for interactive command dispatch */ struct cmdtab { char *cmd; void (*func)(); };
