// add.c int add (int first, int second) { return first + second; }