FreeCalypso > hg > freecalypso-sw
view rvinterf/etmsync/cmdtab.h @ 723:1f78e5fda218
mm_mmp.c compiles
| author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
|---|---|
| date | Sat, 04 Oct 2014 20:36:23 +0000 |
| parents | 909f00c15f27 |
| children |
line wrap: on
line source
struct cmdtab { char *cmd; int minargs; int maxargs; int (*func)(); }; #define MAX_CMD_ARGS 16
