FreeCalypso > hg > freecalypso-sw
view target-utils/include/cmdtab.h @ 553:e4feac5bc3ea
gsm-fw/L1/cfile/l1_drive.c: preliminary preen
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Mon, 04 Aug 2014 00:07:21 +0000 (2014-08-04) |
parents | f4fc449a64ea |
children |
line wrap: on
line source
/* this structure is used for interactive command dispatch */ struct cmdtab { char *cmd; void (*func)(); };