Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c99

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

int promotion: Is the following well-defined?

c standards c99

Assigning pointers to pointers with or without qualifiers [duplicate]

c++ c pointers c99

What is `scanf` supposed to do with incomplete exponent-part?

c language-lawyer c99 glibc

How to get involved in C standardization process?

c standards c99 c11

Variadic macros with 0 arguments in C99

macros c99 variadic

better understanding type promotion of variadic parameters in c

c floating-point int printf c99

How to "simulate" C99 in Visual Studio for variables declaration

c visual-studio-2012 c99 c89

Using a 'for' loop iterator after the loop exits in C

c for-loop c99

How to compile a Linux kernel module using -std=gnu99?

c linux gcc linux-kernel c99