This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
tinycc
Watch
1
Star
0
Fork
0
You've already forked tinycc
mirror of
https://github.com/frida/tinycc
synced
2024-11-25 00:59:37 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
524abd46b4
tinycc
/
tests
/
tests2
/
66_macro_concat_end.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