Search code examples
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
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
C Program returning an error... google doesn't know...


arrayscfor-loopfunction-definitionc89

Read More
C89 and variable initialization...


cc89ansi-c

Read More
Filling an array of structs with a for loop in c89...


cstructc89

Read More
When was random() introduced in C and why does standard 89 not recognise it?...


crandomstdc89

Read More
How to sum large numbers?...


cc89largenumber

Read More
Why does clang c89 have powf, but gcc c89 doesn't?...


cgccc89

Read More
Why is there no compilation error with those array declarations (C89-C90)?...


arrayscgcccompilationc89

Read More
Segmentation Fault - malloc 2D array...


cfor-loopinitializationnested-loopsc89

Read More
Saving the updated value of the variable, for the next call of the function?...


cc89

Read More
How to memcpy() a struct sockaddr_in...


cc89

Read More
Matrices as function parameters in C89...


cfunctionmatrixc89variable-length-array

Read More
Atomic equivalent for C89...


cmultithreadingatomicc89

Read More
The Linux Kernel container_of macro and generic containers in C90...


cdata-structureslinux-kerneltypeofc89

Read More
BackNext