WHY_CPP
0.1
Overview
Getting started
Modules
Class List
File List
whycpp
include
whycpp
types.h
1
#pragma once
2
3
#include <cstdint>
4
5
typedef
uint8_t u8;
6
typedef
uint16_t u16;
7
typedef
int16_t i16;
8
typedef
uint32_t u32;
9
typedef
int32_t i32;
10
typedef
int64_t i64;
11
typedef
uint64_t u64;
Generated by
1.8.11