mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 05:12:26 +00:00
14 lines
186 B
C
14 lines
186 B
C
/* voc 1.2 [2016/06/15] for gcc LP64 on cygwin xtspkaSfF */
|
|
|
|
#ifndef Configuration__h
|
|
#define Configuration__h
|
|
|
|
#include "SYSTEM.h"
|
|
|
|
|
|
|
|
|
|
import void *Configuration__init(void);
|
|
|
|
|
|
#endif
|