FreeCalypso > hg > freecalypso-sw
view target-utils/include/cmdtab.h @ 801:c64bfc13292c
aci: all cmh*.c compile for the sans-data configuration
author | Space Falcon <falcon@ivan.Harhan.ORG> |
---|---|
date | Sun, 05 Apr 2015 04:16:57 +0000 |
parents | f4fc449a64ea |
children |
line wrap: on
line source
/* this structure is used for interactive command dispatch */ struct cmdtab { char *cmd; void (*func)(); };