are defined here basic integer types that tend to be portable More...
#include "../my_config.h"
#include <inttypes.h>
Go to the source code of this file.
Namespaces | |
namespace | libdar |
libdar namespace encapsulate all libdar symbols | |
Typedefs | |
typedef unsigned char | libdar::U_8 |
typedef uint16_t | libdar::U_16 |
typedef uint32_t | libdar::U_32 |
typedef uint64_t | libdar::U_64 |
typedef unsigned int | libdar::U_I |
typedef signed char | libdar::S_8 |
typedef int16_t | libdar::S_16 |
typedef int32_t | libdar::S_32 |
typedef int64_t | libdar::S_64 |
typedef signed int | libdar::S_I |
are defined here basic integer types that tend to be portable
Definition in file integers.hpp.