xref
: /
netbsd-src
/
external
/
gpl2
/
gettext
/
dist
/
autoconf-lib-link
/
tests
/
rpathy
/
rpathy.c
(revision 3f351f34c6d827cf017cdcff3543f6ec0c88b420)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
extern
int
rpathx_value
(
void
);
2
int
rpathy_value
() {
return
10
*
rpathx_value
() +
7
; }
3