compiler/bootstrap/unix-88/errors.h
2016-06-16 16:51:11 +01:00

19 lines
255 B
C

/* voc 1.2 [2016/06/15] for gcc LP64 on cygwin xtspkaSfF */
#ifndef errors__h
#define errors__h
#define LARGE
#include "SYSTEM.h"
typedef
CHAR errors_string[128];
import errors_string errors_errors[350];
import void *errors__init(void);
#endif