This website requires JavaScript.
Explore
Help
Sign In
bumbread
/
ciabatta
mirror of
https://github.com/flysand7/ciabatta.git
Watch
1
Fork
You've already forked ciabatta
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
66ea2f09df
ciabatta
/
inc
/
_macros.h
9 lines
87 B
C
Raw
Blame
History
#
pragma once
#
define _str_(x) #x
#
define _str(x) _str_(x)
#
define _con(a,b) a ## b
Reference in New Issue
View Git Blame
Copy Permalink