C Types

From VideoLAN Wiki
Revision as of 07:15, 17 June 2008 by J-b (talk | contribs) (New page: {| class="wikitable" style="font-size: smaller; text-align: center; width: 100%; margin: 1em auto 1em auto; border : 1px" |+ ''' C Types''' |- ! name !! printf format !! Win32 size !! Lin...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
C Types
name printf format Win32 size Linux 32 size LP64 Size LLP64 Size
short hd
int d
long ld
int8_t "PRId8"
int16_t "PRId16"
int32_t "PRId32"
int64_t "PRId64"
unsigned short hu
unsigned u
unsigned long lu
uint8_t "PRIu8"
uint16_t "PRIu16"
uint32_t "PRIu32"
uint64_t "PRIu64"