view target-utils/include/cmdtab.h @ 349:a163da322bc5

OSL: os_com_fl.c started
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Thu, 08 May 2014 05:47:38 +0000 (2014-05-08)
parents f4fc449a64ea
children
line wrap: on
line source
/* this structure is used for interactive command dispatch */

struct cmdtab {
	char	*cmd;
	void	(*func)();
};