Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c89

Is there a type-safe way of getting an element count for arrays in C? [duplicate]

c arrays visual-c++ c89

How can I detect one or combination of strokes of keys in C?

c c89

Enforcing ANSI C89 with clang

c clang c89

Matrix not zero-filled on declaration

c gcc codeblocks c99 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

Typesafe varargs in C with gcc

c gcc static-analysis c89

Warning: this decimal constant is unsigned only in ISO C90