|
libc8
CHIP-8 utility library
|
Represents a list of labels. More...
#include <symbol.h>
Data Fields | |
| C8_Label * | l |
| Pointer to first label. | |
| int | len |
| Length of the list. | |
| int | ceil |
| Maximum length of the list. | |
Represents a list of labels.
| int ceil |
Maximum length of the list.
| C8_Label* l |
Pointer to first label.
| int len |
Length of the list.