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

The file containing the add function. More...

Functions

void exec_add (champion_t *champion, node_t *address)
 The add function.
 

Detailed Description

The file containing the add function.

Function Documentation

◆ exec_add()

void exec_add ( champion_t * champion,
node_t * address )

The add function.

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