mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-05 22:12:24 +00:00
15 lines
280 B
C
15 lines
280 B
C
/* voc 2.1.0 [2025/06/24]. Bootstrapping compiler for address size 8, alignment 8. xrtspaSF */
|
|
|
|
#ifndef Configuration__h
|
|
#define Configuration__h
|
|
|
|
#include "SYSTEM.h"
|
|
|
|
|
|
import CHAR Configuration_versionLong[76];
|
|
|
|
|
|
import void *Configuration__init(void);
|
|
|
|
|
|
#endif // Configuration
|