Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c99

Skipping switch cases via false loop is a valid operation?

c c99 undefined-behavior

C99: Is an inlined function still a sequence point?

c c99

Integral promotion/conversion: why should I care about the name of the resulting type?

C: Is <limits.h> cross platform?

Recent MSVC versions don't treat NAN as constant, workaround?

c visual-c++ c99

Do arrays in struct fields always persist upon return?

c memory struct return c99

Is it thread-safe to access different elements of an array in C99?

"Unpacking" macro arguments

c c99

Why in stdbool.h are used integers and not unsigned ones?

Error - 'for' loop initial declarations are only allowed in C99 or C11 mode

c c99 c11

What is the purpose of <: :>? [duplicate]

Is it undefined behavior to cast from a struct with a flexible array member to an otherwise identical one without?

c struct c99

Is it safe to return a stack-allocated structure by value?

c c99

External definition for identifier with internal linkage

c c99 linkage

How to check C source code against the current standard?

Is there a difference between const char * const and const char []?

c arrays pointers constants c99

Ambiguity in scope of for loop declaration versus body

How to store an array of structs inside anonymous member?

c struct c99

Understanding this "extern inline" call in C99 [duplicate]

c inline c99 linkage

How to suppress PC-Lint Note 970 for int main(void) function?

c c99 misra ansi-c pc-lint