FreeCalypso > hg > freecalypso-sw
view rvinterf/etmsync/cmdtab.h @ 328:5d9001f0c3aa
fc-sendsp: written, compiles
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Sun, 20 Apr 2014 23:14:35 +0000 |
parents | 909f00c15f27 |
children |
line wrap: on
line source
struct cmdtab { char *cmd; int minargs; int maxargs; int (*func)(); }; #define MAX_CMD_ARGS 16