FreeCalypso > hg > freecalypso-sw
view target-utils/include/cmdtab.h @ 125:17c1e2a38418
target-utils command input: don't emit BEL on error conditions
with the new binary-safe fc-iram these BELs get printed as ^G
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Thu, 31 Oct 2013 07:15:32 +0000 |
parents | f4fc449a64ea |
children |
line wrap: on
line source
/* this structure is used for interactive command dispatch */ struct cmdtab { char *cmd; void (*func)(); };