FreeCalypso > hg > freecalypso-sw
view target-utils/include/cmdtab.h @ 255:c33fb341faeb
ffstools/tiffs-rd/README deleted, superceded by ffstools/README
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Mon, 03 Feb 2014 06:35:29 +0000 |
parents | f4fc449a64ea |
children |
line wrap: on
line source
/* this structure is used for interactive command dispatch */ struct cmdtab { char *cmd; void (*func)(); };