Search code examples
Is the behavior of subtracting two NULL pointers defined?...

c++cc99c89

Read More
In C89, I can't seem to make a character array from an existing one...

cc89

Read More
What is the purpose of composite types in C?...

ctypesc99c11c89

Read More
Macro for use in expression while enforcing its arguments to be compile time constants...

cmacrosc89static-assertcompile-time-constant

Read More
Sublime Text C89 autocompletion...

sublimetext3sublimetextc89

Read More
Why this program loops endlessly sometimes and not always...

cc89

Read More
Preventing torn reads with an HCS12 microcontroller...

cembeddedmicrocontrollerc8968hc12

Read More
What does (void)var actually do?...

cvoidc89

Read More
How to compile for a freestanding environment with GCC?...

gccc99c89freestanding

Read More
Redefining main to another name...

cprogram-entry-pointc89

Read More
What is a conventional way to find the header file corresponding to a C function?...

cheaderc89

Read More
What are the semantics of function pointers with empty parentheses in each C standard?...

cfunction-pointersc99c11c89

Read More
How to insert booleans into a bitfield in C89...

cbooleanbit-fieldsc89

Read More
C - Read and allocate an arbitrary array of strings...

cc89

Read More
Struct pointer casts...

cstructcastingundefined-behaviorc89

Read More
The Vigenere encryption...

cencryptionc89vigenere

Read More
How to elegantly avoid "condition is always true" warning for this particular kind of for-...

cfor-loopcompiler-warningsc89

Read More
What are the set of options to pass to gcc when compiling C89 code...

cgccc89

Read More
Enforcing ANSI C89 with clang...

cclangc89

Read More
How to eliminate duplicates in a struct, and use qsort to sort them in C...

csortingstructc89

Read More
Reading a file with multiple lines into a struct in C89...

cstructc89

Read More
Return with no value...

cobfuscationc89

Read More
c89: Convert an int to void* and back...

cc89

Read More
Are prototypes required for all functions in C89, C90 or C99?...

cc99c89

Read More
Is returning va_list safe in C?...

cc99c89variadic-functions

Read More
Type Promotion in C, Passing a long as an Argument...

cc89

Read More
Implementing a FIFO queue in C...

cstructfifoc89

Read More
Why enums have names in C?...

cenumsc89

Read More
Printing size_t using printf in GNU systems...

cprintfgnuc89size-t

Read More
Adding a pointer to size_t in C89...

cc89ansi-c

Read More
BackNext