Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c99

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?

Why does the IAR compiler get stuck?

c compilation embedded c99 iar

#including <alsa/asoundlib.h> and <sys/time.h> results in multiple definition conflict

gcc compiler-errors x86 c99 alsa

Is it correct C99 that you don't need to specify arguments in function pointer declarations in structs?

c function-pointers c99

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

c scanf c99