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

The file containing the or function. More...

Functions

void exec_or (champion_t *champion, node_t *address)
 The or function.
 

Detailed Description

The file containing the or function.

Function Documentation

◆ exec_or()

void exec_or ( champion_t * champion,
node_t * address )

The or function.

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