ref: c2d48b328d4c3d0b91d657e89e2da3a97cd1b528
dir: /include/u.h/
#pragma once #define nil ((void*)0x0) typedef int size_t; typedef unsigned char uint8; typedef char int8; typedef unsigned short uint16; typedef short int16; typedef unsigned long uint32; typedef long int32;