Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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?

Is there a preprocessor macro to detect C99 across platforms?

c macros c99

C, reading multiple numbers from single input line (scanf?)

c c99 scanf

Why is the fgets function deprecated?

C89 vs c99 GCC compiler

Type of unsigned bit-fields: int or unsigned int

c c99 bit-fields

What should replace "memcpy" inside OpenCL kernels?

opencl c99 memcpy