libc8
CHIP-8 utility library
ArgValue Union Reference

Stores an argument's value (string or int) More...

Data Fields

char * s
 
int i
 

Detailed Description

Stores an argument's value (string or int)

Parameters
sstring value
iint value

Field Documentation

◆ i

int i

◆ s

char* s

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