FreeCalypso > hg > freecalypso-sw
view target-utils/include/cmdtab.h @ 229:24ed817dd25d
tiffs IVA: reads image via mmap and displays block headers
| author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
|---|---|
| date | Sat, 25 Jan 2014 23:56:47 +0000 |
| parents | f4fc449a64ea |
| children |
line wrap: on
line source
/* this structure is used for interactive command dispatch */ struct cmdtab { char *cmd; void (*func)(); };
