#pragma once #include typedef u64 size_t; typedef i64 ptrdiff_t; #if !defined(NULL) #define NULL ((void *)0) #endif