Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c89

`clang -ansi` extensions

c gcc clang c89

Is gcc doing implicit function declarations incorrectly in c99 mode?

gcc standards c99 c89

Implicit declaration of snprintf

c c99 printf c89

How large buffer do I need?

c printf c89

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

c c99 c89

Pass matrix as argument

c matrix c89

Compliant way to parse a 64 bit integer using sscanf with GCC

c gcc compiler-warnings ansi c89

unsigned integer addition and undefined behavior in C90

Why doesn't GNOME use C99?

c coding-style c99 gnome c89

C89 and variable initialization

c c89 ansi-c

C89 determine size of int at preprocessor time

Is it valid to treat an extern global as const when the definition is not const? [duplicate]

Rationale for pre-C99 C not having initial declarations in for loops?

c c89 ansi-c

How to get SIZE_MAX in C89

c c89 size-t

Remainder operator in c89 and c99

c c99 c89

C89: signed/unsigned mismatch

size c89

Order of expression evaluation in C

c c89

Why FILE pointer need to be declared out main() in Visual Studio 2010?

c visual-c++ c89

Is it possible to make recursive type definition in C [duplicate]

c c89

C float literal translation

c gcc floating-point c89