Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c89

C Integral Overflow?

c c89

Variadic macros alternative in ANSI C

c c89 variadic-macros

!0 guaranteed to be 1 in C89?

c language-lawyer c89

Dereferencing in C

c pointers c99 c89

What does //**/ mean?

c c89

How to define NaN value in ANSI C? [duplicate]

c floating-point nan c89

Variable-length arrays in C89?

c arrays gcc c99 c89

Recommended Clang command line options

c clang c89

HAT-trie in ANSI C implementation?

c implementation trie c89

Returning the terminal cursor to start-of-line with wrapping enabled

c linux terminal pipe c89

Adding or assigning an integer literal to a size_t

c c89 size-t

Does floor() return something that's exactly representable?

C89 vs c99 GCC compiler

A way to convert byte stream to packet stream in C89 on an embedded device [closed]

c embedded communication c89

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

c visual-studio-2012 c99 c89

The meaning of "EiC"

c++ c interpreter c89

How can I get error message for errno value (C language)?

c c89

Workaround for "semicolon in global scope" warning for no-op C macro

c c89 static-assert

Which section in C89 standard allows the "implicit int" rule?

Why does this function return the correct length of a string? (Incrementing a char pointer)

c while-loop strlen c89