Why is it undefined to derefrence a pointer to extern union?...
Read MoreIs the behaviour of following expression well defined?...
Read MoreWhat C99 features are considered harmful or unsupported...
Read MoreWhat's a good way to check availability of __restrict keyword?...
Read MorePolymorphic function parameters/return values in C...
Read MoreHigh level - interpreted language in C89...
Read More"int" really required to be at least as large as "short" in C?...
Read MoreWhich type should I use for a pointer ? ptrdiff_t or void*?...
Read MoreHow to define and use a struct without full struct definition in header?...
Read MoreHow can i pass my tests directly to nunit...
Read MoreCast a long to a function pointer?...
Read MoreWould it be safe to do swap by "b=(a+b)-(a=b);"?...
Read MoreEnforce C-style comments in visual studio 2005...
Read MoreHow to use make and compile as C99?...
Read MoreDeclaring variables before use in old C...
Read MoreLinking Math library to a C90 code using GCC...
Read MoreCan't initialize static structure with function pointer from another translation unit?...
Read MoreType to use to represent a byte in ANSI (C89/90) C?...
Read MoreWhy FILE pointer need to be declared out main() in Visual Studio 2010?...
Read MoreCan't get rid of "this decimal constant is unsigned only in ISO C90" warning...
Read MoreHow to allocate variable size array in C90?...
Read MoreHow can i catch a runtime error in ansi C90...
Read MoreGetting the warning " ISO C90 forbids variable-size array" in gcc compiler while compiling...
Read MoreHow can i access directories in C90 without dirent.h?...
Read MoreTrying to assign new value to a constant...
Read MoreIt is possible to mix C89 code with C99 code?...
Read More