About: (Data) Types |
01 | Semys uses a set of type definitions for the basic integer types for C and C++ based code. |
02 |
The names of the integer type definition follow the format
[u]int{8 | 16 | 32 | 64 } :
|
03 |
"Why wasn't stdint.h used?" |
Goto: Main Page; This page is part of the Semys software documentation. See About: Documentation for details. |