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

The file containing the and function. More...

Functions

void exec_and (champion_t *champion, node_t *address)
 The and function.
 

Detailed Description

The file containing the and function.

Function Documentation

◆ exec_and()

void exec_and ( champion_t * champion,
node_t * address )

The and function.

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