FreeCalypso > hg > fc-sim-tools
view libcommon/cmdtab.h @ 64:dba24129027e
doc/ADM-PIN-numbering article written
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Tue, 23 Mar 2021 23:30:00 +0000 |
parents | b7ee2e85686b |
children |
line wrap: on
line source
struct cmdtab { char *cmd; int minargs; int maxargs; int allow_redir; int (*func)(); };