Added Nitfol and Frotz source code.
[projects/chimara/chimara.git] / interpreters / nitfol / op_jmp.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_jmp.c' */
7 #ifndef CFH_OP_JMP_H
8 #define CFH_OP_JMP_H
9
10 /* From `op_jmp.c': */
11 void mop_skip_branch (void);
12 void mop_take_branch (void);
13 void mop_cond_branch (BOOL cond );
14 void op_je (void);
15 void op_jg (void);
16 void op_jl (void);
17 void op_jump (void);
18 void op_jz (void);
19 void op_test (void);
20 void op_verify (void);
21 void op_piracy (void);
22
23 #endif /* CFH_OP_JMP_H */