#include #include"myfunction.h" int mutlak(int a){ if (a<0){ a=(-a); } return a; }