OpenGrok
Cross Reference: macro_arg_slocentry_merge.h
xref
: /
external
/
clang
/
test
/
Preprocessor
/
macro_arg_slocentry_merge.h
Home
|
History
|
Annotate
|
Download
|
only in
Preprocessor
1
2
3
4
5
#
define
WINDOW
win
6
#
define
P_
(
args
)
args
7
extern
void
f
P_
((
WINDOW
win
));
8