34 dictionary *
d = iniparser_load(
path);
38 iniparser_freedict(
d);
int ini_alloc_handle(dictionary *d)
Allocate a registry handle for a newly created dictionary.
push_value(vm, make_int(h))
Tagged union representing a Fun value.
Value make_int(int64_t v)
Construct a Value representing a 64-bit integer.
static Value pop_value(VM *vm)
Pop a Value from the VM operand stack.