php extension code must be c89 style...
Read Moreexc_bad_access(code=1 adress=0x68) in c90 program...
Read MoreGNU89, mixed declarations and loop initial declarations...
Read MoreInitializing structures with dynamically allocated memory...
Read Morecall by reference, const correctness and read write access to referenced structures - Undefined Beha...
Read MoreParsing WEXITSTATUS int-summed return code(s) in C via bitwise operation...
Read Morevariable length structures in C90...
Read MoreCasting small fields in a structure to a larger variable...
Read MoreIs Visual Studio's C4028 warning (formal parameter different from declaration) spurious?...
Read MoreHow to read UTF-8 string given its length in characters in plain C89?...
Read MoreBuilding a C iterator macro with a pre-C99 compiler...
Read MoreC89 - Block of code in for loop increment clause...
Read MorePointer error in my program [C89]...
Read Morefgets()/sscanf for input works well in function. When fnct left and returned to, there is extra inpu...
Read MoreClang fails to throw error on non-constant array initializers in C89 mode...
Read MoreHow can I implement an array whose size is not known at compile time in C89?...
Read MoreIs it bad to underflow then overflow an unsigned variable?...
Read MoreWhy do some C standard headers begin with 'std' while others don't?...
Read Moreerror C2275: illegal use of this type as an expression...
Read MoreUnusual behaviour: typedef and object of same name...
Read MoreHow do I work with doubles at the bit level in standard C89?...
Read MoreOrder of expression evaluation in C...
Read MoreA legal array assignment. Is it possible?...
Read MoreHow do I set values inside a global, fixed-size array, in C (in Visual Studio)?...
Read MoreConforming variant of the old "struct hack" (?)...
Read More24 bit const pointers on XC8 PIC18 not workings...
Read MoreCast char to char array or char array to char?...
Read MoreIs gcc doing implicit function declarations incorrectly in c99 mode?...
Read More