libc8
CHIP-8 utility library
Loading...
Searching...
No Matches
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)

This union is used to store the value of an argument, which can either be a string (for file paths or names) or an integer (for register values, addresses, etc.).

Parameters
sstring value
iint value

Field Documentation

◆ i

int i

◆ s

char* s

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