view libcommon/cmdtab.h @ 34:e0a6111705b3

fcsim1-defprog: program FPLMN to avoid 310-260
author Mychaela Falconia <falcon@freecalypso.org>
date Wed, 17 Mar 2021 01:34:00 +0000
parents b7ee2e85686b
children
line wrap: on
line source

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