Search code examples
php extension code must be c89 style...

cc99c89

Read More
exc_bad_access(code=1 adress=0x68) in c90 program...

carraysmatrixc89

Read More
GNU89, mixed declarations and loop initial declarations...

cgccc99c89

Read More
Initializing structures with dynamically allocated memory...

cpointersstructc89

Read More
call by reference, const correctness and read write access to referenced structures - Undefined Beha...

cundefined-behaviorconst-correctnessc89pass-by-reference

Read More
Parsing WEXITSTATUS int-summed return code(s) in C via bitwise operation...

cbit-manipulationc89wexitstatus

Read More
variable length structures in C90...

cgccc89

Read More
Casting small fields in a structure to a larger variable...

cstructc89strict-aliasing

Read More
Is Visual Studio's C4028 warning (formal parameter different from declaration) spurious?...

cvisual-studio-2010c89

Read More
Implicit declaration of snprintf...

cc99printfc89

Read More
How to read UTF-8 string given its length in characters in plain C89?...

cunicodec89

Read More
Building a C iterator macro with a pre-C99 compiler...

cc-preprocessorc89

Read More
C89 - Block of code in for loop increment clause...

cfor-loopgrammarc89

Read More
Pointer error in my program [C89]...

filepointersgccsegmentation-faultc89

Read More
fgets()/sscanf for input works well in function. When fnct left and returned to, there is extra inpu...

cfgetsscanfc89

Read More
How do I fix my resize function...

winapiopenglc99c89

Read More
Clang fails to throw error on non-constant array initializers in C89 mode...

cclangc89

Read More
How can I implement an array whose size is not known at compile time in C89?...

carraysc89

Read More
Is it bad to underflow then overflow an unsigned variable?...

cc89size-tunderflow

Read More
Why do some C standard headers begin with 'std' while others don't?...

cc99c89c11

Read More
error C2275: illegal use of this type as an expression...

visual-c++structc89

Read More
Unusual behaviour: typedef and object of same name...

csegmentation-faulttypedefnamingc89

Read More
How do I work with doubles at the bit level in standard C89?...

cbit-manipulationnanc89language-implementation

Read More
Order of expression evaluation in C...

cc89

Read More
A legal array assignment. Is it possible?...

carraysgcclvaluec89

Read More
How do I set values inside a global, fixed-size array, in C (in Visual Studio)?...

carraysvisual-studioc89

Read More
Conforming variant of the old "struct hack" (?)...

cc89

Read More
24 bit const pointers on XC8 PIC18 not workings...

cmicrochippic18c89

Read More
Cast char to char array or char array to char?...

cstringcharc89concatenation

Read More
Is gcc doing implicit function declarations incorrectly in c99 mode?...

gccstandardsc99c89

Read More
BackNext