mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 16:52:25 +00:00
18 lines
284 B
C
18 lines
284 B
C
/* voc 1.95 [2016/09/24]. Bootstrapping compiler for address size 8, alignment 8. xtspaSfF */
|
|
|
|
#ifndef errors__h
|
|
#define errors__h
|
|
|
|
#include "SYSTEM.h"
|
|
|
|
typedef
|
|
CHAR errors_string[128];
|
|
|
|
|
|
import errors_string errors_errors[350];
|
|
|
|
|
|
import void *errors__init(void);
|
|
|
|
|
|
#endif // errors
|