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