mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-05 23:22:25 +00:00
23 lines
392 B
C
23 lines
392 B
C
/* voc 1.95 [2016/09/12] for gcc LP64 on cygwin xtspkaSfF */
|
|
|
|
#define INTEGER int16
|
|
#define LONGINT int32
|
|
#define SET uint32
|
|
|
|
#include "SYSTEM.h"
|
|
|
|
|
|
export CHAR Configuration_versionLong[41];
|
|
|
|
|
|
|
|
|
|
|
|
export void *Configuration__init(void)
|
|
{
|
|
__DEFMOD;
|
|
__REGMOD("Configuration", 0);
|
|
/* BEGIN */
|
|
__MOVE("1.95 [2016/09/12] for gcc LP64 on cygwin", Configuration_versionLong, 41);
|
|
__ENDMOD;
|
|
}
|