#pragma once #include "tlibc/std.h" typedef union Magic32 { u32 n; u8 bytes[4]; } Magic32; typedef union Magic64 { u64 n; u8 bytes[8]; } Magic64;