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

The file containing the xor function. More...

Functions

void exec_xor (champion_t *champion, node_t *address)
 The xor function.
 

Detailed Description

The file containing the xor function.

Function Documentation

◆ exec_xor()

void exec_xor ( champion_t * champion,
node_t * address )

The xor function.

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