FreeCalypso > hg > freecalypso-sw
view target-utils/include/cmdtab.h @ 1012:93f4fc26b204
fc-shell: arbitrary send command implemented in one-shot mode
| author | Mychaela Falconia <falcon@ivan.Harhan.ORG> |
|---|---|
| date | Sun, 20 Mar 2016 22:06:11 +0000 |
| parents | f4fc449a64ea |
| children |
line wrap: on
line source
/* this structure is used for interactive command dispatch */ struct cmdtab { char *cmd; void (*func)(); };
