mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 12:12:25 +00:00
type 'FileName' ...
bootstrap/*/*.[ch]: Committing the bootstrapping files after the modifications
on the compiler and the runtime ...
16 lines
437 B
C
16 lines
437 B
C
/* voc 2.1.0 [2018/04/13]. Bootstrapping compiler for address size 8, alignment 8. xtspaSF */
|
|
|
|
#ifndef extTools__h
|
|
#define extTools__h
|
|
|
|
#include "SYSTEM.h"
|
|
|
|
|
|
|
|
|
|
import void extTools_Assemble (CHAR *moduleName, ADDRESS moduleName__len);
|
|
import void extTools_LinkMain (CHAR *moduleName, ADDRESS moduleName__len, BOOLEAN statically, CHAR *additionalopts, ADDRESS additionalopts__len);
|
|
import void *extTools__init(void);
|
|
|
|
|
|
#endif // extTools
|