Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c-preprocessor

Define macro twice in C

c c-preprocessor

C: How to name a struct field `errno`?

c c-preprocessor

__COUNTER__ macro problems. Not displaying the value

Overriding macros using compiler options

gcc c-preprocessor

Why use both anonymous enum and define macros for constants? [duplicate]

"Extensible" C generics

Using preprocessor directives to define generic functions in C

Stringification Parentheses Elimination

c c-preprocessor stringify

Way to round up number to an int size boundary number of bytes

C program to find the function name of a c file

Preprocessing: Is defining a shorthand for `import` legal?

static_if in C99's preprocessor

c c99 c-preprocessor static-if

GLSL define does calculation or replaces text?

glsl webgl c-preprocessor

How to accurately count tokens in a C program? Do preprocessor directives like #include and #define count?

In which situations does the second form of `__has_include` appear?

Macro to call a function

Is there a way to get the value of __LINE__ on one line and use that value on other lines?

c-preprocessor

Pre-processor macro to convert an hex string to a byte array

How to provide an option to a C library via a macro

c linker c-preprocessor