mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-05 23:22:25 +00:00
15 lines
278 B
C
15 lines
278 B
C
/* voc 1.95 [2016/11/24]. Bootstrapping compiler for address size 8, alignment 8. xtspaSF */
|
|
|
|
#ifndef Configuration__h
|
|
#define Configuration__h
|
|
|
|
#include "SYSTEM.h"
|
|
|
|
|
|
import CHAR Configuration_versionLong[75];
|
|
|
|
|
|
import void *Configuration__init(void);
|
|
|
|
|
|
#endif // Configuration
|