FreeCalypso > hg > fc-sim-tools
view libcommon/cmdtab.h @ 21:f6c5aade6559
LICENSE added (public domain)
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sun, 14 Mar 2021 08:07:26 +0000 |
parents | b7ee2e85686b |
children |
line wrap: on
line source
struct cmdtab { char *cmd; int minargs; int maxargs; int allow_redir; int (*func)(); };