/* * tuplaa.c * * Created on: 20.4.2010 * Author: vesal */ int tuplaa(double i) { return (int)(i+i); } int kerro2(int i) { return i*2; }