FreeCalypso > hg > freecalypso-sw
view target-utils/include/cmdtab.h @ 565:335f9b00f8fc
L1: l1_mfmgr.c compiles
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Fri, 08 Aug 2014 03:31:14 +0000 |
parents | f4fc449a64ea |
children |
line wrap: on
line source
/* this structure is used for interactive command dispatch */ struct cmdtab { char *cmd; void (*func)(); };