Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in macros

How to declare instantiation in Haxe macro function

macros haxe

Why does this macro result in an unresolved name error?

macros rust

Using open/close braces in macros to enforce pairing in C

c macros c-preprocessor

Discovering the "Core" Entities and Macros of Common Lisp

macros lisp common-lisp clisp

Lexical Bindings in Common Lisp Macros

PHP Internals: How does TSRMLS_FETCH Work?

php c macros php-internals

How to define a c macro with multiple statement

Can you help me with a short code that can print itself?

c macros

Does Scala have "macro" definitions ready to use -- like LINE, FILE?

scala macros

What are the rules for resolving symbols as macros vs. function parameters?

How to define UNICODE for mingw, if use CMAKE as building system

qt macros cmake mingw

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?