#include "../header/subtract.h" int subtract(int x, int y){ return x - y; }