FreeCalypso > hg > freecalypso-sw
view target-utils/include/cmdtab.h @ 274:e3f17ff16915
gsm-fw: buildrel.sh script for building mokoffs-edit-kit release images
| author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
|---|---|
| date | Fri, 07 Feb 2014 08:32:25 +0000 |
| parents | f4fc449a64ea |
| children |
line wrap: on
line source
/* this structure is used for interactive command dispatch */ struct cmdtab { char *cmd; void (*func)(); };
