Search code examples
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
What are common uses for the system (3) command?...


cstandard-libraryc89

Read More
Making `too many arguments in call to function` an error in Clang...


cclangc89

Read More
Segmentation fault error in tail recursive function?...


crecursionsegmentation-faulttail-recursionc89

Read More
how to revers a diagonal matrix in C?...


c89

Read More
How to fix: OP-code isn't read out correctly...


cc89opcodevm-implementation

Read More
Which version of C is more appropriate for students to learn- C89/90 or C99?...


cstandardsc99c89

Read More
BackNext