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);
dictionary * ini_get(int h)
Look up a dictionary pointer by registry handle.
void ini_make_full_key(char *buf, size_t cap, const char *sec, const char *key)
Build a fully qualified key "section:key" into a caller-provided buffer.
Tagged union representing a Fun value.
push_value(vm, make_int(ok))
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.