FreeCalypso > hg > freecalypso-sw
view target-utils/include/cmdtab.h @ 90:5c1e6b7b5bd1
nuc-fw: cheezy config.sh hand-holding script created
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Sun, 25 Aug 2013 19:27:40 +0000 |
parents | f4fc449a64ea |
children |
line wrap: on
line source
/* this structure is used for interactive command dispatch */ struct cmdtab { char *cmd; void (*func)(); };