Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c11

When can a declaration of an identifier that has block scope have internal linkage?

c language-lawyer c11 linkage

Is a repeated macro invocation via token concatenation unspecified behavior?

c macros c-preprocessor c11

Can a standards-conforming string be longer than SIZE_MAX characters?

c string language-lawyer c11

Compile-time lookup table in C (C11)

c arrays c11

How to reduce number of expansions of second argument in 2-dimensional _Generic?

c generics c11

Why does the named reference to an anonymous struct , idiom described below need -fms-extensions to be compiled by clang/gcc

c c11

C11 - enums in Generic Selections

c generics enums selection c11

stddef.h is included but max_align_t is undeclared

c gcc c11

Rationale for the C11 _Atomic specifier-vs-qualifier syntax irregularity?

Checking support for _Generic() selection in C

c generics gcc clang c11

Initializing an atomic_flag

<stdlib.h> rand() example code, unnecessary check for larger than max?

c random c11

Two-part for loop in C [duplicate]

c c11

Handling size_t in a generic selection

c c11 size-t

Are enum values resolved in preprocess time or in compile time?

c c11

Why was gets part of the C standard in the first place?

c standards deprecated c11 gets

Is there a meaningful distinction between freestanding and hosted implementations?

c c99 c11 freestanding

<stdatomic.h> in GCC 4.8?

c multithreading gcc atomic c11

What ABI, if any, restricts the size of [u]intmax_t?

c c99 c11 abi

What are the semantics of overlapping objects in C?