FreeCalypso > hg > freecalypso-sw
view gsm-fw/lldbg/cmdtab.h @ 948:c73516dd50bb
c139explore: delay before greeting printf to work around defect in fc-compalram
author | Mychaela Falconia <falcon@ivan.Harhan.ORG> |
---|---|
date | Mon, 02 Nov 2015 22:11:06 +0000 |
parents | f5affe83ba2d |
children |
line wrap: on
line source
/* this structure is used for interactive command dispatch */ struct cmdtab { char *cmd; void (*func)(); };