Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c11

Does passing to a function two pointers pointed to members of the same union violate the strict aliasing rule? [duplicate]

Why 'int16_t complex' does not work?

c gcc c99 complex-numbers c11

Compatibility between structs with differently const-qualified pointers

Bit-field types in GCC vs C11 standard

c gcc types bit-fields c11

Compile time check polymorphic types in C?

c type-safety c11

Are C versions backwards compatible?

Are there any C implementations which have a useless single-bit `int` bitfield?

c c99 bit-fields c11

"error: ‘_Generic’ specifies two compatible types" but not on some compilers

How to initialize anonymous composite types in C

c initialization c11

Why is this generic expression bugging out? [duplicate]

c generic-programming c11

aligned_alloc not found for clang

macos clang c11

Is it legal to call pthread functions on thrd_t?

c pthreads c11

Is it legal to static_assert that signed shift right has two's-complement behavior?

c++ c c++11 language-lawyer c11

Does C11 says anything about empty translation units? If yes, in which section?

c c11

scanf and the p conversion specifier

c c11 format-specifiers

man pages for optional C11 Annex K functions

c unix c11 manpage tr24731

is glibc c11 thread implementation a wrapper on top of pthread?

(struct *) vs (void *) -- Funtion prototype equivalence in C11/C99