]>
git.cameronkatri.com Git - bsdgames-darwin.git/blob - hack/def.func_tab.h
1 /* $NetBSD: def.func_tab.h,v 1.5 2001/03/25 20:43:58 jsm Exp $ */
4 * Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985.
6 #ifndef _DEF_FUNC_TAB_H_
7 #define _DEF_FUNC_TAB_H_
10 int (*f_funct
) __P((void));
13 extern const struct func_tab cmdlist
[];
17 int (*ef_funct
) __P((void));
20 extern const struct ext_func_tab extcmdlist
[];
21 #endif /* _DEF_FUNC_TAB_H_ */