view libcommon/cmdtab.h @ 74:9de2d8b8951d

doc/GrcardSIM1-notes: add note about Ki
author Mychaela Falconia <falcon@freecalypso.org>
date Wed, 07 Apr 2021 05:57:44 +0000
parents b7ee2e85686b
children
line wrap: on
line source

struct cmdtab {
	char *cmd;
	int minargs;
	int maxargs;
	int allow_redir;
	int (*func)();
};