]> git.ozlabs.org Git - ccan/commit - ccan/cppmagic/test/run.c
cppmagic: New module
authorDavid Gibson <david@gibson.dropbear.id.au>
Tue, 26 Jan 2016 09:51:57 +0000 (20:51 +1100)
committerDavid Gibson <david@gibson.dropbear.id.au>
Wed, 3 Feb 2016 22:44:13 +0000 (09:44 +1100)
commitff71198b4e75fcaaedad34a4e362a3982a936e3e
treea06fa5985320bb7f1a6adaecafd1a2b46607f06f
parentc43be6b888aa75d2a8d7fcc878534a9cad04176b
cppmagic: New module

A module for some of the awesome / horrifying techniques described at:
    http://jhnet.co.uk/articles/cpp_magic
    https://github.com/pfultz2/Cloak/wiki/C-Preprocessor-tricks,-tips,-and-idioms

Start off with just some simple things.

Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
ccan/cppmagic/LICENSE [new symlink]
ccan/cppmagic/_info [new file with mode: 0644]
ccan/cppmagic/cppmagic.h [new file with mode: 0644]
ccan/cppmagic/test/run.c [new file with mode: 0644]