repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
No empty .Rs/.Re
[netbsd-mini2440.git]
/
gnu
/
dist
/
gettext
/
autoconf-lib-link
/
tests
/
rpathz
/
rpathz.c
blob
da34af1c873a4c64f5077ded0ed583e3f02c94d1
1
extern
int
rpathx_value
(
void
);
2
extern
int
rpathy_value
(
void
);
3
int
rpathz_value
() {
return
1000
*
rpathx_value
() +
3
*
rpathy_value
(); }