Download avr-libc Reference Manual

Transcript
6.15
<inttypes.h>: Integer Type conversions
Far pointers for memory access >64K
• typedef int32_t int_farptr_t
• typedef uint32_t uint_farptr_t
6.15.2
6.15.2.1
Define Documentation
#define PRId16 "d"
decimal printf format for int16_t
6.15.2.2
#define PRId32 "ld"
decimal printf format for int32_t
6.15.2.3
#define PRId8 "d"
decimal printf format for int8_t
6.15.2.4
#define PRIdFAST16 "d"
decimal printf format for int_fast16_t
6.15.2.5
#define PRIdFAST32 "ld"
decimal printf format for int_fast32_t
6.15.2.6
#define PRIdFAST8 "d"
decimal printf format for int_fast8_t
6.15.2.7
#define PRIdLEAST16 "d"
decimal printf format for int_least16_t
6.15.2.8
#define PRIdLEAST32 "ld"
decimal printf format for int_least32_t
6.15.2.9
#define PRIdLEAST8 "d"
decimal printf format for int_least8_t
Generated on Mon Oct 9 22:30:53 2006 for avr-libc by Doxygen
49