This document is for a version of USD that is under development. See this page for the current release.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
inttypes.h File Reference

Define integral types. More...

+ Include dependency graph for inttypes.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef unsigned char uchar
 

Detailed Description

Define integral types.

By including this file, the "standard" integer types int16_t, int32_t, and int64_t are all defined, as are their unsigned counterparts uint16_t, uint32_t, and uint64_t. This also includes the macros for limits, constants, and printf format specifiers.

Definition in file inttypes.h.

Macro Definition Documentation

◆ __STDC_CONSTANT_MACROS

#define __STDC_CONSTANT_MACROS

Definition at line 26 of file inttypes.h.

◆ __STDC_FORMAT_MACROS

#define __STDC_FORMAT_MACROS

Definition at line 29 of file inttypes.h.

◆ __STDC_LIMIT_MACROS

#define __STDC_LIMIT_MACROS

Definition at line 23 of file inttypes.h.

Typedef Documentation

◆ uchar

typedef unsigned char uchar

Definition at line 41 of file inttypes.h.