Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c99

Pointer difference across members of a struct?

c pointers c99 ptrdiff-t

Undefined Behaviour in C99 related to adjusted parameters

C99: can imaginary part of complex be a negative zero

c gcc c99 complex-numbers

Is it possible (legal) to assign an anonymous union in a compound literal?

c c99 unions compound-literals

Is there any way to enable for(int i=0; ... in gcc without having to turn on c99 mode

c gcc for-loop c99 pragma

What is the purpose of "Macros for minimum-width integer constants"

c integer c99

CRTSCTS not define when compiling as C99

c raspberry-pi c99 termios

Avoid name collisions with enum in C (C99)

c enums namespaces c99

C99 mixed declarations and code in open source projects?

A tested implementation of Peterson Lock algorithm?

c concurrency locking c99

Characters written so far in snprintf

c gcc c99 format-string

What is the use of ignoring `SIGCHLD` signal with `sigaction(2)`?

c linux process signals c99

How many memory pages do C compilers on desktop OSes use to detect stack overflows?

C - return array of unknown size

c arrays c99

Allocating struct with flexible array member

c c99 flexible-array-member

How to use compound literals to `fprintf()` multiple formatted numbers with arbitrary bases?

const array const {}

c constants c99

Can I define variadic C preprocessor macros with __VA_ARGS in the middle instead of the end?

Are zero-length variable length arrays allowed/well defined?

c c99

Calculating and using maximum value of uint32_t

c gcc c99