#ifndef ALI_HPP #define ALI_HPP double average(int a, int b); int bigger(int a, int b); void swap(int &a,int &b); #endif