FreeCalypso > hg > fc-sim-tools
view libcommon/cmdtab.h @ 92:5560261fc516
fc-uicc-tool: erase-file ported over from fc-simtool
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sun, 11 Apr 2021 04:55:02 +0000 |
parents | b7ee2e85686b |
children |
line wrap: on
line source
struct cmdtab { char *cmd; int minargs; int maxargs; int allow_redir; int (*func)(); };