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