FreeCalypso > hg > freecalypso-sw
view rvinterf/etmsync/cmdtab.h @ 605:527956ce73c7
gsm-fw/L1/audio_include/l1audio_btapi.h: messed up previous #include fix
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Thu, 28 Aug 2014 19:11:00 +0000 |
parents | 909f00c15f27 |
children |
line wrap: on
line source
struct cmdtab { char *cmd; int minargs; int maxargs; int (*func)(); }; #define MAX_CMD_ARGS 16