Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c99

What's is the idea behind C99 inline?

c c99 extern inline-functions

A bug in GCC implementation of bit-fields

Using 'typedef' to ensure logical type safety

c c99 avr-gcc

Getting address of rvalue in C99

c gcc c99 undefined-behavior

Best way to shift an array in C?

What is the "char-sequence" argument to NaN generating functions for?

c standards nan c99

How to set the value of an enumeration constant outside the range of int?

Does this pointer casting break strict aliasing rule?

C - Check currently available free RAM?

Compound literals and function-like macros: bug in gcc or the C standard?

Are global variables refreshed between function calls?

c gcc embedded c99 volatile

A magic number 127 in my C book [duplicate]

c for-loop c99 nested

Variable-length arrays in C89?

c arrays gcc c99 c89

Avoid duplicating code

c c99

Can an implementation that has sizeof (int) == 1 "fully conform"? [duplicate]

c c99 c11

The concept of a type name scope in C11

c scope c99 language-lawyer c11

C fixed size array treated as variable size

c c99

Enforce strict C99 in Autoconf project

c gcc c99 autotools autoconf

Convert C99 code to C89

c visual-c++ c99

Is a conversion to `void *` required before converting a pointer to `uintptr_t` and vice versa?