Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c99

Placemarker and non-placemarker tokens in pre-processor?

c macros c-preprocessor c99

vsprintf() does not print warning when having more arguments then specified in format

Signals - c99 vs gnu99

c signals gnu c99

Should I deliberately inline functions across translation units in C99

c c99 inline-functions

Problems with CORDIC for Logarithm in C

c numerical-methods c99

Which gcc optimization flags should I use?

Are string literals necessarily considered adjacent (and thus concatenated) when separated by a newline?

c c99

Why is size_t in stddef and not stdint?

c types header c99 stdint

Clarification on integer constant expressions

c c99

How can I get character-accurate identifier cross-reference for C99 code?

Code giving compilation error in C99 mode [duplicate]

c c99

Is there an `alignof` implementation portable to standard C89 and C99?

Using VLAs in a C++11 environment

coding style aginst warning check

c while-loop c99 c89

Initialize block-scope static const variable with pointer to compound literal?

IEEE floating-point rounding in C

Reallocating an array (C99)

c memory-management c99

Correctly using gumbo-parser to iterate and find the things I need?

html c http c99 gumbo

Does C99 standard define observable behavior as C++03 does?