SpiceQA
Questions
Tags
Users
Badges
stdint
9 Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
What is the difference between using INTXX_C macros and performing type cast to literals?
user_17665807
0
•
asked Jan 11, 2022
2
3
69
stdint
integer
type-conversion
casting
c
Is it possible to determine at compile time whether an implementation provides exact-width integer types?
user_1778275
0
•
asked Jul 25, 2021
2
1
69
c17
c11
stdint
c
Is it necessary to include <stdint.h> to guarantee portability of C99 new types?
user_14878953
0
•
asked Dec 30, 2020
3
1
298
stdint
portability
c
types
Why does stdatomic.h contain atomic_uint_least16_t and atomic_uint_fast16_t but not atomic_uint16_t?
user_44330
0
•
asked Jul 12, 2020
4
2
278
stdatomic
c11
stdint
language-lawyer
c
How do I find the width of a uint_fast32_t
user_13402733
0
•
asked May 29, 2020
3
1
164
stdint
printf
c
VC6: fatal error C1083: Cannot open include file: 'stdint.h'
user_2831683
0
•
asked Dec 6, 2013
8
1
21793
stdint
visual-c++-6
Difference between C-Types int32_t int_least32_t etc
user_3012814
0
•
asked Dec 4, 2013
4
2
3080
stdint
c
types
Fastest integer type for common architectures
user_149482
0
•
asked Sep 12, 2010
13
9
7171
stdint
integer
architecture
c
performance
Where is ptrdiff_t defined in C?
user_149482
0
•
asked Aug 30, 2010
58
2
31311
stdint
libc
c
types
1
(current)
Hot Questions