Data Fields | |
| int | export |
| Whether the variable should be exported. | |
| size_t | size |
| The maximum length (excluding the NULL) that will fit into this var_entry_t. | |
| wchar_t | val [1] |
| The value of the variable. | |
Stores the value of a variable and whether it should be exported. Obviously, it needs to be allocated large enough to fit the value string.
1.4.4