This website requires JavaScript.
Explore
Help
Register
Sign In
github-repos
/
tinycc
Watch
1
Star
0
Fork
0
You've already forked tinycc
mirror of
https://github.com/mirror/tinycc.git
synced
2026-08-30 11:57:51 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
2b2e7f85d7119677f0ffdd4c1bde5d3095dead4e
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