Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c89

Dynamic memory allocation on stack

c gcc memory dynamic c89

Obtaining pointer to a string constant

What is the behavior of C89 with respect to integer division of two negative numbers: round up, round down or not defined?

A legal array assignment. Is it possible?

c arrays gcc lvalue c89

It is possible to mix C89 code with C99 code?

c c99 c89

Implementing an overflow-free system stack in C90

c go stack-overflow c89

Unbuffered I/O in ANSI C

c input c89 unbuffered

c89: Convert an int to void* and back

c 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?