#ifndef HEAD_H #define HEAD_H int add(int x, int y); // function prototype for head.h #endif