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'. */
5 /* This file was generated with:
6 `cfunctions -i op_math.c' */
10 /* From `op_math.c': */
18 void op_art_shift (void);
19 void op_log_shift (void);
21 void op_dec_chk (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 );
30 zword z_random (zword num );
31 void op_random (void);
33 #endif /* CFH_OP_MATH_H */