Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

Type punning: int[] and struct { int … }

C99 Macro to build a quoted string literal after evaluation

Is it relevant to have a single inline function alone in a C file?

c inline c99

Accessing struct element straight from function call in C

c gcc struct c99 c11

Initializing complex structure, GCC warns: initialized field with side-effects overwritten

c gcc c99

clang and gcc different behavior with compound literal

Compatibility between void * and char *

Should I use C(99) booleans ? ( also c++ booleans in c++ ?)

c++ c boolean c99

How to apply the restrict pointer type keyword in struct member arrays?

c arrays pointers c99 restrict

How to get minor bit turned on?

c c99

How to use M_LN2 from Math.h

c constants c99 math.h