New posts in c99

Flexible array member in C-structure

What is the official status of C99 support in VS2013?

Difference between uint8_t, uint_fast8_t and uint_least8_t

Printing null pointers with %p is undefined behavior?

How to implement memmove in standard C without an intermediate copy?

Does the C standard consider that there are one or two 'struct uperms_entry' types in this header?

What is the use of the `inline` keyword in C?

GCC with -std=c99 complains about not knowing struct timespec

C99 boolean data type?

Compound literals in C: do they create duplicate copies?

How does the below program output `C89` when compiled in C89 mode and `C99` when compiled in C99 mode?

Can't understand this way to calculate the square of a number

What is the difference between C, C99, ANSI C and GNU C?

What does dot (.) mean in a struct initializer?

C99 inline function in .c file

Standard alternative to GCC's ##__VA_ARGS__ trick?

func() vs func(void) in C99

Realistic usage of the C99 'restrict' keyword?

bool to int conversion

Why does C++11 not support designated initializer lists as C99? [closed]