FreeCalypso > hg > freecalypso-sw
view gsm-fw/lldbg/cmdtab.h @ 880:136fa1ccd591
rvtdump & rvinterf: print and log ATI responses in ASCII
author | Space Falcon <falcon@ivan.Harhan.ORG> |
---|---|
date | Mon, 01 Jun 2015 01:20:33 +0000 |
parents | f5affe83ba2d |
children |
line wrap: on
line source
/* this structure is used for interactive command dispatch */ struct cmdtab { char *cmd; void (*func)(); };