Corewar documentation 1.0.0
Loading...
Searching...
No Matches
ld.c File Reference

The file containing the ld function. More...

Functions

void exec_ld (champion_t *champion, node_t *address)
 The ld function.
 

Detailed Description

The file containing the ld function.

Function Documentation

◆ exec_ld()

void exec_ld ( champion_t * champion,
node_t * address )

The ld function.

Parameters
championThe champion to execute the ld function
addressThe address of the ld function
Returns
void