Cross Reference: 040-token-pasting.c
xref
: /
external
/
mesa3d
/
src
/
glsl
/
glcpp
/
tests
/
040-token-pasting.c
Home
History
Annotate
Line#
Navigate
Download
only in
040-token-pasting.c
1
#
define
paste
(a,b) a ## b
2
paste
(
one
,
token
)
3