Source:Hack 1.0/def.func tab.h

From NetHackWiki
Revision as of 22:06, 3 March 2008 by Kernigh bot (talk | contribs) (Hack 1.0/def.func tab.h moved to Source:Hack 1.0/def.func tab.h: Robot: moved page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Below is the full text to def.func_tab.h from the source code of Hack 1.0. To link to a particular line, write [[Hack 1.0/def.func_tab.h#line123]], for example.

Warning! This is the source code from an old release. For the latest release, see Source code

Screenshots and source code from Hack are used under the CWI license.

1.    /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1984. */
2.    
3.    struct func_tab {
4.    	char f_char;
5.    	int (*f_funct)();
6.    };
7.    
8.    extern struct func_tab list[];