Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c-preprocessor

Automatically running code at the start of every C function

Using #define in an "if" statement

Dealing with constants inside functions

Is there a macro that expands to return without parentheses?

Macro with ## in @interface, what does it mean?

Is it valid to use boolean literals in preprocessor conditionals?

What is #__VA_ARGS__ supposed to generate when there are no arguments passed?

Using macros in printf with a number sign

c macros c-preprocessor

Does having constant variables as defines make your program smaller?

__int64 for GCC as a Preprocessor Option

c gcc c-preprocessor

How to compare two preprocessor macros with the same name?

Reusing a C macro in several files

gcc assembler preprocessor not compatible with standard headers

gcc assembly c-preprocessor

Usage of underscore as argument of a macro function

c macros c-preprocessor

Can you add preprocessor directives in assembly?

c assembly c-preprocessor

What does third 'for' mean in #define for for(int z=0;z<2;++z)for

c++ c-preprocessor

Is isupper() a macro or a function?

Objective-C use of #import and inheritance

Reusable preprocessor __COUNTER__

C puzzle...How Can I pass variadic arguments into a macro?