mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 12:12:25 +00:00
17 lines
210 B
C
17 lines
210 B
C
/* voc 1.2 [2016/06/15] for gcc LP64 on cygwin xtspkaSfF */
|
|
#define LARGE
|
|
#include "SYSTEM.h"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
export void *Configuration__init(void)
|
|
{
|
|
__DEFMOD;
|
|
__REGMOD("Configuration", 0);
|
|
/* BEGIN */
|
|
__ENDMOD;
|
|
}
|