ugBASIC 1.18
An isomorphic BASIC language compiler for retrocomputers
Loading...
Searching...
No Matches
_linker.c File Reference
#include "../../ugbc.h"

Go to the source code of this file.

Functions

void linker_setup (Environment *_environment)
 Emit tail of linker's configuration file lines.
void linker_cleanup (Environment *_environment)
 Emit tail of linker's configuration file lines.

Function Documentation

◆ linker_cleanup()

void linker_cleanup ( Environment * _environment)

Emit tail of linker's configuration file lines.

This function emit the tail of linker's configuration file.

Parameters
_environmentCurrent calling environment

Definition at line 169 of file _linker.c.

◆ linker_setup()

void linker_setup ( Environment * _environment)

Emit tail of linker's configuration file lines.

This function emit the header of linker's configuration file.

Parameters
_environmentCurrent calling environment

Definition at line 94 of file _linker.c.