|
Corewar documentation 1.0.0
|
The file containing the corewar functions. More...
#include "../include/corewar.h"Functions | |
| corewar_t * | get_corewar (void) |
| Get the corewar structure. | |
| void | free_corewar (void) |
| Free the corewar structure and all the memory allocated. | |
| int | corewar (void) |
| The virtual machine of the corewar. | |
The file containing the corewar functions.
| int corewar | ( | void | ) |
The virtual machine of the corewar.
| void free_corewar | ( | void | ) |
Free the corewar structure and all the memory allocated.
| corewar_t * get_corewar | ( | void | ) |
Get the corewar structure.