Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c99

long double math library implementations?

c math c99 long-double

P99 and C99 vs C11

c c99 c11 p99

C preprocessor using the closing bracket of a parent macro

c macros c99 c-preprocessor

bizarre C statement [duplicate]

c c99

Initializer with constant expression having possible overflow in C99

Multiple definition of function in the same place

c c99 generic-programming

How people check nan and inf in C89

c floating-point nan c99 c89

What happens if two tasks try to access different parts of a struct at the same time (in c)?

c 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