FreeCalypso > hg > freecalypso-sw
view rvinterf/etmsync/cmdtab.h @ 907:7a189b7bbd67
lcdemu: input processing implemented, compiles
author | Space Falcon <falcon@ivan.Harhan.ORG> |
---|---|
date | Mon, 07 Sep 2015 10:35:20 +0000 |
parents | 909f00c15f27 |
children |
line wrap: on
line source
struct cmdtab { char *cmd; int minargs; int maxargs; int (*func)(); }; #define MAX_CMD_ARGS 16