Search code examples
fmax and fmin alternative in c89...

cvisual-studiovisual-studio-2010c99c89

Read More
Are there any drawbacks when I declare variables inside an IF body?...

cc89variable-declaration

Read More
Do fields in identical field sequences have the same offset?...

cc89

Read More
C89 determine size of int at preprocessor time...

cmacrosc-preprocessorconditional-compilationc89

Read More
Adding or assigning an integer literal to a size_t...

cc89size-t

Read More
Should I use "-ansi" or explicit "-std=..." as compiler flags?...

cc89compiler-flagsansi-c

Read More
Are there any well-established/standardized ways to use fixed-width integers in C89?...

cbit-manipulationc89ansi-c

Read More
2^n - 1 without overflowing a long...

cstandardsinteger-overflowc89

Read More
Return value of a boolean expression in C...

cbooleanc99c89

Read More
Was `long` guaranteed to be as wide as `size_t`...

clanguage-lawyerc89

Read More
Designators in c89...

cenumsc89string-table

Read More
Integer representation(s) of NULL constant: Guaranteed to be unique?...

cpointersnullc89

Read More
Translational Limits on Enum Constants...

cenumsstandardsc89ansi-c

Read More
Am I Properly Sending Hex Commands Over Serial Via C Program...

cserial-portc89

Read More
Is the size of every C data type guaranteed to be an integer multiple of bytes?...

cc11c89

Read More
Why is an array with const length considered to be a variable-sized object by the compiler?...

arraysinitializationconstantsc89

Read More
Counting does not work properly in OpenMP...

copenmpc89

Read More
How to get a scanf loop to terminate when it reaches the end of file?...

cwhile-loopscanfc89

Read More
What's the magic behind int64_t...

c++cgccc89

Read More
passing void pointer as parameter...

cvoid-pointersc89

Read More
OpenBSD 5.9 header with C99 inline function...

cheaderinlinec89openbsd

Read More
Cast multidimensional array to multidimensional array of another type...

cmultidimensional-arraycastingc89ansi-c

Read More
Does ANSI-C not know the inline keyword?...

cinlinec89

Read More
Using c89 in Xcode...

cxcodec89

Read More
How can (GNU/BSD) libc macros be safe?...

cglibclibcc89

Read More
C programming Strings printing...

cc99c89

Read More
In C89, how can I truncate and split a double precision floating point into two 32-bit words?...

cc99c89ansi-c

Read More
How can I cast the expression to get rid of QAC warning?...

cgccc99static-analysisc89

Read More
C compare two pointers greater than if one is null...

cpointersc89

Read More
Getting one-dimensional arrays from a two-dimensional array...

carraysc89

Read More
BackNext