Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c99

How to use M_LN2 from Math.h

c constants c99 math.h

How to implement analogue of exit() functions? -std=c99

c exit c99 termination

Designated Initializers in C99: How to handle empty uninitialized struct members in C11?

c++ c c99

Is there specific documentation for the behavior of "i=i--" in gcc?

SA_RESTART not defined under Linux, compiles fine in Solaris

linux solaris signals c99

Is the C part of the C++ library automatically C99?

c++ c c99 standard-library

Quickest way to get the position of the leading 1 in a bitset for an integer? [duplicate]

c++ c c++11 bit-manipulation 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