FreeCalypso > hg > freecalypso-sw
view gsm-fw/lldbg/cmdtab.h @ 999:0ee75fdf082f
doc/FC-on-Compal written
author | Mychaela Falconia <falcon@ivan.Harhan.ORG> |
---|---|
date | Sun, 06 Mar 2016 19:49:33 +0000 |
parents | f5affe83ba2d |
children |
line wrap: on
line source
/* this structure is used for interactive command dispatch */ struct cmdtab { char *cmd; void (*func)(); };