Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c11

c11 _Generic adding types

c generics overloading c11

Accordance of linkage between declaration and definition

c language-lawyer c11

Why can't I retrieve my flexible array member size?

Does isspace() accept getchar() values?

c language-lawyer c11

Is a declaration of a variable inside a block also a definition?

Which is most standard: strnlen or strnlen_s?

c c11

How can I figure out what is the default standard used by my C compiler GCC ? [duplicate]

c gcc c99 c11 c89

Passing multi-dimensional array to function without righmost size by pointer to incomplete array type

c c11

Memory order consume usage in C11

c multithreading c11 stdatomic

Difference between exit and quick_exit

c c11

Does C11 allow variable declarations at any place in a function?

c c11 variable-declaration

Integer types in C

c int c99 c11

Visual Studio 2017 does not supportC11 new feature _Generic

How can I concisely assign to the members of a struct depending on a condition?

Why C11 standard doesn't drop unsafe strcat(),strcpy() functions?

c strcpy c11 strcat

Strange wording in the standard, concerning comparison of pointers

c pointers language-lawyer c11

How to properly use `__attribute__((format (printf, x, y)))` for C11 U"unicode literals"?

What constitutes as padding in a union?

c language-lawyer c11