FreeCalypso > hg > freecalypso-sw
view target-utils/include/cmdtab.h @ 795:b93cee08a2e1
aci: cmh_mm?.c done
author | Space Falcon <falcon@ivan.Harhan.ORG> |
---|---|
date | Mon, 16 Mar 2015 03:51:37 +0000 |
parents | f4fc449a64ea |
children |
line wrap: on
line source
/* this structure is used for interactive command dispatch */ struct cmdtab { char *cmd; void (*func)(); };