Added Nitfol and Frotz source code.
[projects/chimara/chimara.git] / interpreters / nitfol / errmesg.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 errmesg.c' */
7 #ifndef CFH_ERRMESG_H
8 #define CFH_ERRMESG_H
9
10 /* From `errmesg.c': */
11 typedef enum { E_INSTR, E_OBJECT, E_STACK,  E_MEMORY,  E_MATH,    E_STRING,
12                E_OUTPUT, E_SOUND, E_SYSTEM, E_VERSION, E_CORRUPT, E_SAVE,
13                E_DEBUG }errortypes;
14 void n_show_warn (errortypes type , const char *message , offset number );
15 void n_show_port (errortypes type , const char *message , offset number );
16 void n_show_error (errortypes type , const char *message , offset number );
17 void n_show_fatal (errortypes type , const char *message , offset number );
18 void n_show_debug (errortypes type , const char *message , offset number );
19 zword z_range_error (offset p );
20
21 #endif /* CFH_ERRMESG_H */