|
libc8
CHIP-8 utility library
|
Represents a symbol with a type, value, and line number. More...
#include <symbol.h>
Data Fields | |
| C8_Symbol * | s |
| Pointer to first symbol. | |
| int | len |
| Number of symbols in list. | |
| int | ceil |
| Amount of symbols that can fit in allocated memory. | |
Represents a symbol with a type, value, and line number.
| int ceil |
Amount of symbols that can fit in allocated memory.
| int len |
Number of symbols in list.
| C8_Symbol* s |
Pointer to first symbol.