libc8
CHIP-8 utility library
|
Stores an argument's value (string or int) More...
Data Fields | |
char * | s |
int | i |
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.).
s | string value |
i | int value |
int i |
char* s |