FreeCalypso > hg > freecalypso-sw
view target-utils/include/cmdtab.h @ 521:e1dd4a240199
gsm-fw/L1/Makefile: starting skeleton, hooked into top level make clean
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Thu, 10 Jul 2014 15:52:36 +0000 |
parents | f4fc449a64ea |
children |
line wrap: on
line source
/* this structure is used for interactive command dispatch */ struct cmdtab { char *cmd; void (*func)(); };