27 fprintf(stderr,
"Runtime type error: tcp_accept expects (int listen_fd)\n");
33 int c = accept(
s, NULL, NULL);
push_value(vm, make_int(client > 0 ? client :0))
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.