DEBSOURCES
Skip Quicknav
sources / trinity / 1.9%2Bgit20230109.87f1530-1 / include / types.h
12345678
#pragma once #include <stdint.h> typedef enum { FALSE = 0, TRUE = 1 } bool; typedef uint32_t u32; typedef uint64_t u64;