Search code examples
Shared memory in C and missing MAP_ANONYMOUS?...

clinuxposixc89

Read More
Is it safe to use an out-of-bound index with an smaller array, which is casted from a large enough a...

carraysc89

Read More
What hardware specific defines does the c89 standard require the implementation to provide?...

cstandardsc89

Read More
Hidden printable text...

cc89

Read More
Passing argument by void** to function...

cc89

Read More
Timer based interrupt in PIC microcontroller using mikroC for PIC...

cpicc89mikroc

Read More
How do I use a #defined constant as the max field width in fscanf?...

cmacrosscanfc89

Read More
How to get SIZE_MAX in C89...

cc89size-t

Read More
Evaluate macro parameter only once...

cc89

Read More
How to print size_t and ptrdiff_t using printf in ANSI C (C89)...

cprintfc89

Read More
Can't assign values to array of structs ansi c...

arraysstructc89

Read More
ANSI C : How do I abstract over over struct fields?...

cc89

Read More
Is "true" (lower case) already a keyword in visual studio? Can it be overridden?...

cvisual-studio-2005booleankeywordc89

Read More
Restricting clang warnings to my source files...

cclangc89

Read More
Is it legal and well defined behavior to use a union for conversion between two structs with a commo...

c++cc99unionsc89

Read More
Should I use ANSI C (C89)?...

cc99c89ansi-c

Read More
Why is using an identifier not in scope UB and not an error...

clanguage-lawyerundefined-behaviorc89

Read More
'error ";" expected' when initialising multiple structs...

cstructcompiler-errorsc89hi-tech-c

Read More
A way around defining new variables in function calls...

cdebuggingc-preprocessorc89

Read More
C90: How do I globally initialize this struct in C without C99 extensions...

cstructglobaldeclarec89

Read More
warning: ISO C90 forbids mixing declarations and code [-Wdeclaration-after-statement]...

cc89

Read More
How to set env variable and start a process in C?...

cprocessenvironment-variablesc89

Read More
Array type has incomplete element type when define new data type...

cc89

Read More
Enforce ANSI C Standard in Visual Studio 2015...

cc89visual-c++-2015

Read More
How do I initialize a struct of typedef'd unions in C?...

cinitializationc89

Read More
C char of string to array...

carraysc-preprocessorconstantsc89

Read More
Compatibility of C89/C90, C99 and C11...

cc99isoc11c89

Read More
What are the major differences between ANSI C and K&R C?...

ckr-cc89

Read More
Valid to de-reference an integer-as-pointer literal in C...

cposixc89

Read More
How to store an array of an unknown amount of strings of unknown length from input?...

cvalgrindc89

Read More
BackNext