34 dictionary *d = iniparser_load(
path);
36 h = ini_alloc_handle(d);
38 iniparser_freedict(d);
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.