/* (C) Copyright Rene Rivera, 2002. ** ** See accompanying license for terms and conditions of use. */ extern int lib_call(int x); int lib_call(int x) { return x*2; }