/* * summa.h * * Created on: 19.4.2010 * Author: vesal */ #ifndef SUMMA_H_ #define SUMMA_H_ int summa(int a, int b); #endif /* SUMMA_H_ */