New posts in c-preprocessor

Why aren't there macros in C#?

Which Cross Platform Preprocessor Defines? (__WIN32__ or __WIN32 or WIN32 )?

Does gcc define anything when -g is specified?

Including a header file from another directory

Are constant C expressions evaluated at compile time or at runtime?

Why does gcc remove the whitespace between the preprocessing tokens?

C preprocessor: expand macro in a #warning

Is it possible to print a preprocessor variable in C?

Is there a preprocessor directive for detecting C++11x support? [duplicate]

How does C++ Preprocessors work?

How to make a char string from a C macro's value?

What does "#define STR(a) #a" do?

C circular dependency

Changing a macro at runtime in C

Stringification - how does it work?

What is the difference between #define and const? [duplicate]

Why does #define not require a semicolon?

How do I print a #defined constant in GDB?

Include all files in a directory?

How to undefine a define at commandline using gcc