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
Normal View
History
Unescape
Escape
Merge in ctype
2022-06-02 23:41:48 +00:00
#
pragma once
#
define _str_(x) #x
#
define _str(x) _str_(x)
inttypes print specifiers
2022-06-06 04:57:25 +00:00
#
define _con(a,b) a ## b