| Corewar documentation 1.0.0
    | 
The file containing the header functions. More...
#include "../include/corewar.h"| Functions | |
| int | is_valid_magic (char *header) | 
| Check if the magic number is valid. | |
| int | get_prog_size (char *header) | 
| Get the program size. | |
The file containing the header functions.
| int get_prog_size | ( | char * | header | ) | 
Get the program size.
| header | The header of the program | 
| int is_valid_magic | ( | char * | header | ) | 
Check if the magic number is valid.
| header | The header of the program |