Added Nitfol and Frotz source code.
[projects/chimara/chimara.git] / interpreters / nitfol / op_math.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_math.c' */
7 #ifndef CFH_OP_MATH_H
8 #define CFH_OP_MATH_H
9
10 /* From `op_math.c': */
11 void op_load (void);
12 void op_store (void);
13 void op_add (void);
14 void op_sub (void);
15 void op_and (void);
16 void op_or (void);
17 void op_not (void);
18 void op_art_shift (void);
19 void op_log_shift (void);
20 void op_dec (void);
21 void op_dec_chk (void);
22 void op_inc (void);
23 void op_inc_chk (void);
24 zword z_mult (zword a , zword b );
25 zword z_div (zword a , zword b );
26 zword z_mod (zword a , zword b );
27 void op_div (void);
28 void op_mod (void);
29 void op_mul (void);
30 zword z_random (zword num );
31 void op_random (void);
32
33 #endif /* CFH_OP_MATH_H */