33 dictionary *d = ini_get((
vh.type ==
VAL_INT) ? (
int)
vh.i : 0);
37 if (d && sec && key) {
40 ini_make_full_key(full,
sizeof(full), sec, key);
41 memcpy(alt, full,
sizeof(alt));
42 for (
size_t i = 0; i <
sizeof(alt) && alt[i]; ++i) {
49 dictionary_unset(d, full);
50 dictionary_unset(d, alt);
Tagged union representing a Fun value.
void free_value(Value v)
Free dynamic storage owned by a Value.
Value make_int(int64_t v)
Construct a Value representing a 64-bit integer.