index
:
external_mesa3d.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
compiler
/
glsl
/
glcpp
/
tests
/
017-define-func-2-args.c
blob: c7253835278f4f5eb8422281e8557563d69b5b38 (
plain
)
1
2
#define foo(x,y) ((x)*(y))
foo
(
bar
,
baz
)