Added Nitfol and Frotz source code.
[projects/chimara/chimara.git] / interpreters / nitfol / op_table.h
1 /* This is a Cfunctions (version 0.24) generated header file.
2    Cfunctions is a free program for extracting headers from C files.
3    Get Cfunctions from `http://www.hayamasa.demon.co.uk/cfunctions'. */
4
5 /* This file was generated with:
6 `cfunctions -i op_table.c' */
7 #ifndef CFH_OP_TABLE_H
8 #define CFH_OP_TABLE_H
9
10 /* From `op_table.c': */
11 void op_copy_table (void);
12 void op_scan_table (void);
13 void op_loadb (void);
14 void op_loadw (void);
15 void op_storeb (void);
16 void op_storew (void);
17 void header_extension_write (zword w , zword val );
18 zword header_extension_read (unsigned w );
19
20 #endif /* CFH_OP_TABLE_H */