Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c11

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

Error - 'for' loop initial declarations are only allowed in C99 or C11 mode

c c99 c11

Why doesn't the use of strictly conforming programs and conforming implementations ensure absolute portability?

Why open-std.org still lists C11 as the latest version of C?

c standards c11 c17

Is this a well-defined way to access bitfield bits by index in C11

C11 and (Free)RTOS comparision

c c11 freertos

_Generic parameter beyond minimum number of arguments

c generics overloading c11

Accessing struct element straight from function call in C

c gcc struct c99 c11

C standard - const qualification of struct members