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