Files
netbsd/gnu/dist/gettext/autoconf-lib-link/tests/rpathz/rpathz.c
2013-04-06 16:48:33 +02:00

4 lines
141 B
C

extern int rpathx_value (void);
extern int rpathy_value (void);
int rpathz_value () { return 1000 * rpathx_value () + 3 * rpathy_value (); }