view target-utils/include/cmdtab.h @ 707:805885936f62

tiffs-mkfs: fixed bug in location inode field
author Mychaela Falconia <falcon@freecalypso.org>
date Wed, 20 May 2020 17:32:35 +0000 (2020-05-20)
parents e7502631a0f9
children
line wrap: on
line source
/* this structure is used for interactive command dispatch */

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