C plus plus program using function min that take three parameters of type int and returns the minimum of the three?

int min (int a, int b, int c) if (a <= b && a <= C + Pills getuigenissen) return a; if (b <= a && b <= c) return b; return c;