FreeCalypso > hg > fc-sim-tools
view libcommon/cmdtab.h @ 60:a4ffd4e44b76
uicc/pins.c: missing #include <stdlib.h>
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Tue, 23 Mar 2021 05:27:28 +0000 |
parents | b7ee2e85686b |
children |
line wrap: on
line source
struct cmdtab { char *cmd; int minargs; int maxargs; int allow_redir; int (*func)(); };