Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in macros

GCC Preproccesor macro to determine maximum size of multiple structs

c gcc macros embedded

C preprocessor macro expansion

c macros c-preprocessor

Is there a way to conditionally include a header or import a module depending on a switch/flag?

c++ macros c-preprocessor

Clojurescript async <? macro

The best way to define a "between" macro in C

c coding-style macros

rust macro expansion ignores token `,` and any following

rust macros

Notepad++ macro in menu bar with icon

Rust macro accepting argument with a colon, a struct which is inside a module

rust macros arguments

variadic format strings in C macros?

c macros variadic-macros

Is #define X defined(Y) a valid C/C++ macro definition?

c++ c macros c-preprocessor

C++ templated metaprogramming, checking if a struct has a field

Include period in macro

c macros c-preprocessor

Save original value of C++ preprocessor macro

c++ macros c-preprocessor

How to write a logging function or macro that can append caller's name to the logging output in C

c logging macros

Is defun or setf preferred for creating function definitions in common lisp and why?

macros lisp common-lisp

use Rust proc macros to generate dynamically named struct instance methods

How to get name of argument in Clojure?

clojure macros var

Julia macro that generates accessors