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