Search code examples
Regarding mainstream compilers and int main(){} in C23...


cgccclangfunction-prototypesc23

Read More
Is [[nodiscard]] any different from [[gnu::warn_unused_result]]?...


cgccunused-variablesnodiscardc23

Read More
Initialize block-scope static const variable with pointer to compound literal?...


clanguage-lawyerc99compound-literalsc23

Read More
Why does the C23 standard decrease the max size of an object the implementation must support?...


cstandardsc23

Read More
Is there a char8_t in C?...


cchar8-tc23

Read More
C2x: 6.9.2 External object definitions: why is "shall not be an incomplete type" placed in...


cconstraintslanguage-lawyersemanticsc23

Read More
Is it considered normal that f = NAN may cause raising floating-point exceptions?...


cfloating-pointc11floating-point-exceptionsc23

Read More
Two types have compatible type if their types are the same: confused...


ctypeslanguage-lawyerc23

Read More
Why is strnlen() not considered for inclusion in C23?...


clanguage-lawyerc-stringsc23

Read More
Implementing std::bit_cast equivalent in C...


cmacrostypeoftype-punningc23

Read More
What's the point of the __unused attribute in C?...


cc23

Read More
BackNext