view libcommon/cmdtab.h @ 69:4c475732660b

accept \E for Euro when reading from files too
author Mychaela Falconia <falcon@freecalypso.org>
date Thu, 25 Mar 2021 00:18:37 +0000
parents b7ee2e85686b
children
line wrap: on
line source

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