FreeCalypso > hg > freecalypso-sw
view target-utils/include/cmdtab.h @ 815:15cf4a8961d0
aci: sap_dti.c and sap_em.c done
author | Space Falcon <falcon@ivan.Harhan.ORG> |
---|---|
date | Sun, 05 Apr 2015 08:17:09 +0000 |
parents | f4fc449a64ea |
children |
line wrap: on
line source
/* this structure is used for interactive command dispatch */ struct cmdtab { char *cmd; void (*func)(); };