libex.c 92 B

1234567
  1. #include "libex.h"
  2. #include "lib.h"
  3. int calcex(int a, int b)
  4. {
  5. return calc(a, b) * 2;
  6. }