#include "./my/includes/my.h" int sum(int a, int b) { return a + b; } int sub(int a, int b) { return a - b; }