libc8
CHIP-8 utility library
label_list_t Struct Reference

Represents a list of labels. More...

#include <symbol.h>

Data Fields

label_tl
 
int len
 
int ceil
 

Detailed Description

Represents a list of labels.

Parameters
lpointer to first label
lenlength of the list
ceilmaximum length of the list

Field Documentation

◆ ceil

int ceil

◆ l

label_t* l

◆ len

int len

The documentation for this struct was generated from the following file: