ref: 433de277b359edb9e43120ab1532601233c530a1 dir: /base.h/
#pragma once #include <stdint.h> typedef char Term; typedef uint32_t U32; typedef int32_t I32;