FreeCalypso > hg > freecalypso-sw
view target-utils/include/cmdtab.h @ 969:63ebab69680a
README.hosttools updated in preparation for fc-host-tools release
author | Mychaela Falconia <falcon@ivan.Harhan.ORG> |
---|---|
date | Sat, 07 Nov 2015 06:17:53 +0000 |
parents | f4fc449a64ea |
children |
line wrap: on
line source
/* this structure is used for interactive command dispatch */ struct cmdtab { char *cmd; void (*func)(); };