Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c99

double_t in C99

double c99

Is it legal to alias "const restrict" pointer arguments?

What is the purpose of void *array = *(void **) member + siz * (*p_n);

c protocol-buffers c99 c89

Are enums as bitfields implementation-defined types?

c language-lawyer c99

Inconsistent C99 support in gcc and clang

Is this an invalid use of restrict pointers?

c c99 restrict-qualifier

stdlib.h doesn't have declaration for putenv

c linux c99

Token pasting in C

Can a C implementation implicitly include standard headers when including a different header?

c header c99

Does va_copy() require va_end()?

c c99

Dealing with __attribute__ in MSVC

c visual-c++ gcc attributes c99

In C, is it legal to add `const` only in function definitions, not declarations?

c constants c99

extern "C" static array function parameter

c++ c c99 c11

Choosing the most suitable integer size/range to use for variables

c size integer c99

32 bit Windows and the 2GB file size limit (C with fseek and ftell)

Using size_t for specifying the precision of a string in C's printf

c c99

unknown type name 'siginfo_t' with Clang using _POSIX_C_SOURCE 2, why?

c clang c99

Enumeration object set to a value not equal to any of its respective enumeration constants

c enums c99 language-lawyer

Which is the correct behavior of the struct with unnamed member in C99 language?

c visual-c++ gcc struct c99

Initialize an array of structs in C or C99 to all the same values [duplicate]