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

The file containing the sub function. More...

Functions

void exec_sub (champion_t *champion, node_t *address)
 The sub function.
 

Detailed Description

The file containing the sub function.

Function Documentation

◆ exec_sub()

void exec_sub ( champion_t * champion,
node_t * address )

The sub function.

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