stdint.h File Reference

Typedefs and structures to allow for generic 8-, 16-, 32-, and 64-bit variables. More...

Go to the source code of this file.

Typedefs

typedef unsigned char uint8_t
typedef unsigned int uint16_t
typedef unsigned long uint32_t
typedef unsigned long long uint64_t
typedef signed char int8_t
typedef signed int int16_t
typedef signed long int32_t
typedef signed long long int64_t
typedef signed int intptr_t
typedef unsigned int uintptr_t
typedef signed int int_t
typedef unsigned int uint_t
typedef uint_t bool_t

Functions

int snprintf (char *buffer, int buff_size, const char *format,...)


Detailed Description

Typedefs and structures to allow for generic 8-, 16-, 32-, and 64-bit variables.

Definition in file stdint.h.


Typedef Documentation

typedef uint_t bool_t

A datatype for Boolean values. Choose speed, rather than size.

Definition at line 87 of file stdint.h.

typedef signed int int16_t

signed 16-bit integers

Note:
Prefix for all int16s is i16_

Definition at line 64 of file stdint.h.

typedef signed long int32_t

signed 32-bit integers

Note:
Prefix for all int32s is i32_

Definition at line 68 of file stdint.h.

typedef signed long long int64_t

signed 64-bit integers

Note:
Prefix for all int64s is i64_

Definition at line 72 of file stdint.h.

typedef signed char int8_t

signed 8-bit integers

Note:
Prefix for all int8s is i8_

Definition at line 60 of file stdint.h.

typedef signed int int_t

A processor-sized signed int.

Definition at line 81 of file stdint.h.

typedef signed int intptr_t

Signed integer wide enough to hold pointers.

Definition at line 75 of file stdint.h.

typedef unsigned int uint16_t

unsigned 16-bit integers

Note:
Prefix for all uint16s is u16_

Definition at line 47 of file stdint.h.

typedef unsigned long uint32_t

unsigned 32-bit integers

Note:
Prefix for all uint32s is u32_

Definition at line 51 of file stdint.h.

typedef unsigned long long uint64_t

unsigned 64-bit integers

Note:
Prefix for all uint64s is u64_

Definition at line 55 of file stdint.h.

typedef unsigned char uint8_t

unsigned 8-bit integers

Note:
Prefix for all uint8s is u8_

Definition at line 43 of file stdint.h.

typedef unsigned int uint_t

A processor-sized unsigned int.

Definition at line 84 of file stdint.h.

typedef unsigned int uintptr_t

Signed integer wide enough to hold pointers.

Definition at line 78 of file stdint.h.


Generated on Mon Oct 18 07:40:48 2010 for Python-on-a-chip by  doxygen 1.5.9