comparison rvinterf/etmsync/cmdtab.h @ 276:909f00c15f27

more fc-fsio foundation
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Sun, 23 Feb 2014 21:31:30 +0000
parents
children
comparison
equal deleted inserted replaced
275:cedf09b6b5ac 276:909f00c15f27
1 struct cmdtab {
2 char *cmd;
3 int minargs;
4 int maxargs;
5 int (*func)();
6 };
7
8 #define MAX_CMD_ARGS 16