#include "mine.h" /* Function: sum Returns the sum of x and y. */ int sum (int x, int y) { return (x + y) ; }