mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 06:22:25 +00:00
16 lines
243 B
C
16 lines
243 B
C
/* voc 1.95 [2016/08/23] for gcc LP64 on cygwin xtspkaSfF */
|
|
|
|
#ifndef Configuration__h
|
|
#define Configuration__h
|
|
|
|
#define LARGE
|
|
#include "SYSTEM.h"
|
|
|
|
|
|
import CHAR Configuration_versionLong[41];
|
|
|
|
|
|
import void *Configuration__init(void);
|
|
|
|
|
|
#endif
|