view target-utils/include/cmdtab.h @ 510:ceae0979e685

GPF: OSX added to libgpf.iram.a
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Tue, 01 Jul 2014 20:04:04 +0000 (2014-07-01)
parents f4fc449a64ea
children
line wrap: on
line source
/* this structure is used for interactive command dispatch */

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