This website requires JavaScript.
Explore
Help
Register
Sign In
MahnoKropotkinvich
/
tinycc
Watch
1
Star
0
Fork
0
You've already forked tinycc
mirror of
git://repo.or.cz/tinycc.git
synced
2026-06-19 11:24:19 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
52891b6ff6
tinycc
/
tests
/
tests2
/
65_macro_concat_start.c
Thomas Preud'homme
a715d7143d
Prevent ## to appear at start or end of macro
2014-04-08 22:19:48 +08:00
3 lines
36 B
C
Raw
Blame
History
#
define paste(A,B) ##A B
paste
(
x
,
y
)
Reference in New Issue
View Git Blame
Copy Permalink