index
:
plan9front.git
cosa
front
gicv2
gicvn
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
src
/
cmd
/
cpp
/
test.c
blob: 3fbd6bdd60e19da13e7a2790ba565d0953bc7059 (
plain
)
1
2
3
4
#define M1()
#define M2(A1) A1()
M2
(
M1
)
M2
(
P1
)