Added Nitfol and Frotz source code.
[projects/chimara/chimara.git] / interpreters / nitfol / op_call.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_call.c' */
7 #ifndef CFH_OP_CALL_H
8 #define CFH_OP_CALL_H
9
10 /* From `op_call.c': */
11 void mop_call (zword dest , unsigned num_args , zword *args , int result_var );
12 void op_call_n (void);
13 void op_call_s (void);
14 void op_ret (void);
15 void op_rfalse (void);
16 void op_rtrue (void);
17
18 #endif /* CFH_OP_CALL_H */