Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in macros

What is the application of ampersand within C macros?

Does Delphi's conditional compilation allow the defined symbols to contain values?

Why is it necessary to cast NULL to a type in this macro?

c macros struct null expression

Macro defined in main.c not visible in another included file

c gcc macros avr-gcc

Macro condition for iOS and OSX code

Macro that unrolls a 'for' loop in racket/scheme?

for-loop macros scheme racket

How to use valgrind with a function that is actually the expansion of a macro

c gcc macros valgrind

Macro that replaces all calls to printf with nothing

c++ macros

Is there a way to get a macro to do an extra evaluation before returning its result?

ISO C equivalent of braced-groups within expressions

c gcc macros

How to write (simple) macro?

macros lisp common-lisp clos

Visual Studio Macro: How to perform "File -> Save All" programatically

visual-studio macros

Can I make a clojure macro that will allow me to get a list of all functions created by the macro?

macros clojure dry

Disable functions using MACROS

c function macros

C: What does this macro mean?

c gcc macros

Lisp macro evaluating expressions when I do not want it to

macros lisp

Constant definition in Clojure

macros clojure

How to do variadic macros with $(call ...) in GNU Make

Clojure var-defining macro

macros clojure

Vim Macro to generate C++ constructor

c++ vim macros