StackOverflow Questions for Tag: stdint

einpoklum
einpoklum

Reputation: 131405

In C, is it true that PRId64 is defined if-and-only-if int64_t is available?

Score: 4

Views: 153

Answers: 2

Read More
marsho
marsho

Reputation: 1

Unknown Type Name 'uint32_t' after setting up Vulkan 1.3 on Mac M2 with XCode 16.2

Score: -5

Views: 50

Answers: 1

Read More
luksev
luksev

Reputation: 33

C standard difference between int_least32_t and long

Score: 1

Views: 106

Answers: 3

Read More
Madagascar
Madagascar

Reputation: 7345

Detecting all uint_fastN_t and uint_leastN_t in _Generic

Score: 1

Views: 58

Answers: 0

Read More
Rick de Water
Rick de Water

Reputation: 2632

How to check if fixed width integers are defined

Score: 29

Views: 2432

Answers: 2

Read More
Gabriel L.
Gabriel L.

Reputation: 5014

uint32_t vs uint_fast32_t vs uint_least32_t

Score: 26

Views: 12010

Answers: 2

Read More
Matt Joiner
Matt Joiner

Reputation: 118470

Fastest integer type for common architectures

Score: 14

Views: 8446

Answers: 10

Read More
Drimer
Drimer

Reputation: 115

uint32_t seems to be unknown in the CMSIS Math files?

Score: 1

Views: 1656

Answers: 2

Read More
rtacconi
rtacconi

Reputation: 14769

How to portably print a int64_t type in C

Score: 421

Views: 702977

Answers: 6

Read More
Tom S
Tom S

Reputation: 31

stdint.h include_next'd from stdint.h not found

Score: 3

Views: 7736

Answers: 2

Read More
ilja
ilja

Reputation: 163

can 'fast' type prevent conversion from int to uint?

Score: 0

Views: 150

Answers: 2

Read More
Jason S
Jason S

Reputation: 189626

Why does stdatomic.h contain atomic_uint_least16_t and atomic_uint_fast16_t but not atomic_uint16_t?

Score: 4

Views: 905

Answers: 3

Read More
user2831683
user2831683

Reputation: 987

VC6: fatal error C1083: Cannot open include file: 'stdint.h'

Score: 8

Views: 24722

Answers: 1

Read More
user129393192
user129393192

Reputation: 1239

Why is a cast of uintptr_t used here?

Score: 0

Views: 390

Answers: 3

Read More
PaperBirdMaster
PaperBirdMaster

Reputation: 13320

<cstdint> vs <stdint.h>

Score: 120

Views: 82454

Answers: 3

Read More
Broman3100
Broman3100

Reputation: 19

What does *((uint32_t)foo) return

Score: 0

Views: 177

Answers: 3

Read More
Matt Joiner
Matt Joiner

Reputation: 118470

Where is ptrdiff_t defined in C?

Score: 58

Views: 34487

Answers: 3

Read More
Cblue X
Cblue X

Reputation: 353

Are the integer types included in the stdint.h library "extended integer types"?

Score: 2

Views: 107

Answers: 1

Read More
porpomas
porpomas

Reputation: 41

How using stdint.h has advantage of portability?

Score: 0

Views: 124

Answers: 2

Read More
Lundin
Lundin

Reputation: 213276

Why is the maximum size of an array "too large"?

Score: 59

Views: 23884

Answers: 4

Read More
PreviousPage 1Next