root/maint/gnulib/tests/havelib/rpathz/rpathz.c

/* [previous][next][first][last][top][bottom][index][help] */

DEFINITIONS

This source file includes following definitions.
  1. rpathz_value

   1 extern int rpathx_value (void);
   2 extern int rpathy_value (void);
   3 int rpathz_value () { return 1000 * rpathx_value () + 3 * rpathy_value (); }
     /* [previous][next][first][last][top][bottom][index][help] */

/* [previous][next][first][last][top][bottom][index][help] */