FreeCalypso > hg > freecalypso-sw
view target-utils/include/cmdtab.h @ 851:9e54d153eb8c
gsm-fw/serial/uartfax.c: import from leo2moko source
author | Space Falcon <falcon@ivan.Harhan.ORG> |
---|---|
date | Sun, 26 Apr 2015 01:27:29 +0000 |
parents | f4fc449a64ea |
children |
line wrap: on
line source
/* this structure is used for interactive command dispatch */ struct cmdtab { char *cmd; void (*func)(); };