Search code examples
Format strings safely when vsnprintf is not available...


cprintfc89

Read More
Is it possible to cast one type of bitfield to another type of bitfield with the same total number o...


cstructbit-fieldsc89

Read More
Is a ISO C90 compiler needed for install gcc...


gccisoc89

Read More
integer promotion isn't taken into account...


cshiftc89misrainteger-promotion

Read More
Is an uninitialized global struct with uninitialized int member defined behaviour in C?...


cinitializationc89

Read More
What is the difference between C, C99, ANSI C and GNU C?...


cgccc99c89ansi-c

Read More
Macro: void value not ignored as it ought to be...


cgccmacrosc89

Read More
What does //**/ mean?...


cc99c89

Read More
Why should you use strncpy instead of strcpy?...


cbuffer-overflowstrcpyc89strncpy

Read More
Compiler doesn't issue warning on `uint64_t` under strict C89 mode...


cgcccompiler-errorsclangc89

Read More
GCC options for strict C90 code?...


cgccisoc89

Read More
What is the behavior of integer division?...


cmathc99c89integer-division

Read More
Using M_PI with C89 standard...


cmathc89

Read More
Is converting from unsigned char to signed char and vice versa in C89 well defined?...


cundefined-behaviorc89

Read More
How can the initialization of a struct be used as variable in a function call. ANSI-C Version...


cfunctionstructc89ansi-c

Read More
The meaning of "EiC"...


c++cinterpreterc89

Read More
C90: While loop function condition always met...


cc89

Read More
C90 "Aborted (core dumped) massage" (new to C)...


cabortc89

Read More
Learning about MsBuild project files for Compiling Ansi C90...


msbuildprojects-and-solutionsc89ansi-c

Read More
Is there any difference between strncat and strncpy to write safe string copy function?...


cstringc89

Read More
Compliant way to parse a 64 bit integer using sscanf with GCC...


cgcccompiler-warningsc89ansi-c

Read More
the size of dynamically allocated array in C...


arrayscsizeofc89ansi-c

Read More
Representing individual bits in C...


cc89ansi-c

Read More
What must I know to handle UTF-8 in my C program?...


cutf-8c99c89ansi-c

Read More
Safest way to read a string and store as int in a struct...


cstructc89ansi-c

Read More
Where can one find the C89/C90 standards in PDF format?...


cc89ansi-c

Read More
printf access violation in subfunction - Ansi C90...


printfaccess-violationc89ansi-c

Read More
ANCI C (C90): Can const be changed?...


cconstantsc89ansi-c

Read More
Are wchar_t and multibyte functions part of ANSI C?...


cc89wchar-tansi-c

Read More
C90 compound literals...


cstandardsc99c89ansi-c

Read More
BackNext