Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

What is the difference in atomic_load() and assignment?

Is there any distinction between using function or pointer to function notation?

Creating a counter with atomic_fetch_add_explicit

c atomic c11

Using VLAs in a C++11 environment

Enforce struct size alignment

c memory-alignment c11