|
Corewar documentation 1.0.0
|
The file containing the coding_byte functions. More...
#include "../include/corewar.h"Functions | |
| char | get_code_byte_index (char coding_byte, int index) |
| Get the type of byte with the coding byte at the index. | |
| char | get_size_from_type (char type, bool max_size) |
| Get the size of the type. | |
| char | get_size_of_coding_byte (char coding_byte, bool max_size) |
| Get the size of the coding byte. | |
The file containing the coding_byte functions.
| char get_code_byte_index | ( | char | coding_byte, |
| int | index ) |
Get the type of byte with the coding byte at the index.
| coding_byte | The coding byte to get the index |
| index | The index of the coding byte value |
| char get_size_from_type | ( | char | type, |
| bool | max_size ) |
Get the size of the type.
| type | The type to get the size |
| max_size | The max size of the type |
| char get_size_of_coding_byte | ( | char | coding_byte, |
| bool | max_size ) |
Get the size of the coding byte.
| coding_byte | The coding byte to get the size |
| max_size | The max size of the coding byte |