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