FreeCalypso > hg > freecalypso-sw
view target-utils/include/cmdtab.h @ 847:8140945526c2
cst_stack.c compiles
author | Space Falcon <falcon@ivan.Harhan.ORG> |
---|---|
date | Sat, 25 Apr 2015 22:22:50 +0000 |
parents | f4fc449a64ea |
children |
line wrap: on
line source
/* this structure is used for interactive command dispatch */ struct cmdtab { char *cmd; void (*func)(); };