Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c99

How to eliminate the "discard qualifier" warning?

c gcc c99 suppress-warnings

C99: Is it possible to portably determine if two pointers point within the same aggregate?

Is gcc doing implicit function declarations incorrectly in c99 mode?

gcc standards c99 c89

Interrupt-safe buffer

Purpose of the ATOMIC_INIT macro in the Linux kernel

c linux gcc linux-kernel c99

Implicit declaration of snprintf

c c99 printf c89

How can I retrieve the last argument of a C99 variadic macro?

c++ c c99 c-preprocessor

Can unsigned integer incrementation lead to undefined defined behavior?

Why is [static N] not enforced at compile-time?

c arrays language-lawyer c99

Struct alignment safe use

Pass by reference in C99

pass-by-reference c99

Can't initialize static structure with function pointer from another translation unit?

c c99 c89

Why does the standard let functions that don't return compile?

c c99

Improving the performance of Matrix Multiplication

Implicit declaration in C

Why doesn't GNOME use C99?

c coding-style c99 gnome c89

Getting stuck in usleep(1.)

c gcc c99

C struct initialization with C99 - Is mixing named and unnamed members valid?

error: unknown conversion type character 'l' in format - scanning long long

c scanf c99

Is there a meaningful distinction between freestanding and hosted implementations?

c c99 c11 freestanding