FreeCalypso > hg > freecalypso-sw
view gsm-fw/lldbg/cmdtab.h @ 1014:0511507bf6e7
fc-shell: tch-dl control command implemented
author | Mychaela Falconia <falcon@ivan.Harhan.ORG> |
---|---|
date | Sun, 20 Mar 2016 22:52:25 +0000 |
parents | f5affe83ba2d |
children |
line wrap: on
line source
/* this structure is used for interactive command dispatch */ struct cmdtab { char *cmd; void (*func)(); };