Search code examples
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
What is the difference between C, C99, ANSI C and GNU C?...


cgccc99c89ansi-c

Read More
Using M_PI with C89 standard...


cmathc89

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


cbuffer-overflowstrcpyc89strncpy

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
Implicit declaration of function fmax...


cc89ansi-c

Read More
Combining comparison tests within a control flow statement in ANSI C...


cc89ansi-c

Read More
Why does GCC C89/C90 ANSI C use __STDC_VERSION__ in Eclipse?...


ceclipse-cdtc89ansi-c

Read More
How can I avoid repeating myself in C89 when defining the same function for multiple types?...


cc89

Read More
Taking sizeof of variable-length array — is there any benefit for doing so?...


arrayscsizeofc89variable-length-array

Read More
Variadic macros alternative in ANSI C...


cc89variadic-macros

Read More
Deduplication optimization...


clistalgorithmc89

Read More
BackNext