Search code examples
Does GCC / cygwin C library support the c23 length modifiers wN and wfN for fprintf yet...


cprintfc23length-modifiers

Read More
How can I take the raw bits of an int32 and create a float32 from them?...


ccastingc23

Read More
Why is this expression treated as a first member value rather than a structure value?...


cpointersstructtype-conversionc23

Read More
What is the difference between iszero(x) and x == 0 for floating types?...


cfloating-pointmath.hc23

Read More
What is the difference between fmax, fmaximum, and fmaximum_num, and which one should I use?...


cfloating-pointmaxc23

Read More
How to define variadic **argv in C function...


cvariadic-functionsvariadic-macrosc23

Read More
Can you use a pointer representing a virtual object as the key in bsearch?...


cc23bsearch

Read More
Is there any difference between the C23 _BitInt() and a non-bit-precise integer of the same width?...


cmemoryc23bitint

Read More
Is it legal to empty-initialize `va_list` with `{}` in C23 before calling `va_start()`?...


cinitializationlanguage-lawyervariadic-functionsc23

Read More
What is the purpose of the new C23 #embed directive?...


clanguage-lawyerc23

Read More
Are char* and void* interchangeable in a certain sense?...


ctypesc23

Read More
C23 constexpr int cannot be defined using a constexpr float or double...


cconstexprc23

Read More
Has C always required "struct" in front of a struct name, if the typedef with the same nam...


cstructlanguage-lawyerc23

Read More
Why was this sentence removed from C23?...


clanguage-lawyerdeclarationstandardsc23

Read More
How is a qsort allocation failure handled?...


cgccclangqsortc23

Read More
Is { struct-declaration-list } a block?...


clanguage-lawyerc11c23

Read More
Ambiguity in scope of for loop declaration versus body...


cfor-looplanguage-lawyerc99c23

Read More
No more reserved identifiers in C23?...


ckeywordidentifierc23

Read More
Why clang's sanitizer doesn't report memory leaks for global scope variables?...


cclangsanitizerc23

Read More
C23 and memory representation of nullptr...


cnullnull-pointernullptrc23

Read More
How to print constexpr in C23 at compile-time?...


cmacrosarmpreprocessorc23

Read More
C23 by Microsoft C compiler support: bugs or unimplemented features?...


cc23

Read More
Is there a sequence point between the evaluation of a function's arguments and the assignment of...


cundefined-behaviorc23

Read More
What is the order of evaluation of VLA dimensions?...


cc11variable-length-arrayorder-of-executionc23

Read More
What are the [[reproducible]] and [[unsequenced]] attributes in C23, and when should I use them?...


cattributesc23

Read More
Using previously set fields when initializing structure with compound literals...


cinitializationc99c23

Read More
Check if array is a VLA at compile-time...


cvariable-length-arrayc23fixed-length-array

Read More
Can the expanded code of an inline function differ between 2 translation units?...


clanguage-lawyerc23

Read More
What is the __STDC_VERSION__ value for C23?...


cc23

Read More
What are source and execution character sets?...


cc23

Read More
BackNext