mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-05 23:22:25 +00:00
16 lines
436 B
C
16 lines
436 B
C
/* voc 1.95 [2016/11/24]. Bootstrapping compiler for address size 8, alignment 8. xtspaSF */
|
|
|
|
#ifndef extTools__h
|
|
#define extTools__h
|
|
|
|
#include "SYSTEM.h"
|
|
|
|
|
|
|
|
|
|
import void extTools_Assemble (CHAR *moduleName, LONGINT moduleName__len);
|
|
import void extTools_LinkMain (CHAR *moduleName, LONGINT moduleName__len, BOOLEAN statically, CHAR *additionalopts, LONGINT additionalopts__len);
|
|
import void *extTools__init(void);
|
|
|
|
|
|
#endif // extTools
|