Corewar documentation 1.0.0
|
The file containing the arena functions. More...
#include "../include/corewar.h"
Functions | |
node_t * | create_arena (void) |
Create the arena. | |
int | build_arena (void) |
Build the arena. | |
void | display_arena (void) |
Display the arena. | |
node_t * | get_arena_node (int address) |
Get the arena node from an address. | |
The file containing the arena functions.
int build_arena | ( | void | ) |
Build the arena.
node_t * create_arena | ( | void | ) |
Create the arena.
void display_arena | ( | void | ) |
Display the arena.
node_t * get_arena_node | ( | int | address | ) |
Get the arena node from an address.
address | The address of the node |