Search code examples
Declaration of function shadows a global declaration...

cc89

Read More
Variable declaration placement in C...

cdeclarationc89

Read More
Why does this function return the correct length of a string? (Incrementing a char pointer)...

cwhile-loopstrlenc89

Read More
Why was mixing declarations and code forbidden up until C99?...

cc99c89

Read More
Is negating INT_MIN undefined behaviour?...

cc99undefined-behaviorc89

Read More
failing to dump the input file reversed...

cc89

Read More
How can i pass a va_list through a function in C90...

cvariadic-functionsc89cvi

Read More
Implementing an overflow-free system stack in C90...

cgostack-overflowc89

Read More
sorted arrays and unique arrays...

carrayssortingc89

Read More
Formatting input (removing leading zeros and decimal places) in C90?...

cintstring-formattingc89

Read More
Doesn't ANSI C allow printing each character at a same place after a fixed time period?...

cc89

Read More
strtod with base parameter...

cc89strtod

Read More
Is this bad coding practice?...

cc89

Read More
Why does gcc -ansi remove the declarations of cosf and the like?...

cgccc99c89

Read More
pass by value in C...

cpointerspass-by-valuec89

Read More
-Ansi and comments giving errors?...

ccommentsc89

Read More
C90 and typedef...

cstructtypedefc89

Read More
possible to write webapplication using ANSI - C scripting?...

cperformancec89

Read More
how can I execute c program under another one...

cc89

Read More
ISO C90 forbids mixing declarations and code... but allows it in certain instances?...

cdeclarationc89statements

Read More
Would casting to a union of compatible return types satisfy the criteria of compatibility for functi...

ccastingfunction-pointersunionsc89

Read More
Array increment doesnt give the correct value...

cc89

Read More
Comparing Strings and pointers...

cc89

Read More
Do I even need `-pedantic` if I specify the standard to ANSI C with `-std=c89`?...

cgccc89compiler-flagsansi-c

Read More
Is it legal to cast a function returning an object pointer to a function returning a void pointer?...

ccastinglanguage-lawyerfunction-pointersc89

Read More
Valgrind Error Involving Uninitialised String: False Flag?...

valgrindc89

Read More
Why register array names can be assigned to pointer variables without compiler error?...

cclangc89storage-class-specifierregister-keyword

Read More
Is it safe to cast size_t to unsigned long int?...

cc89

Read More
Can't compile C89 with array of pointers...

carrayspointersc89

Read More
C check if file exists...

cc89

Read More
BackNext