1 2 3 4 5 6 7
#include <liba.h> #include "libb.h" void libb_mul(int x) { liba_add(liba_get() * (x - 1)); }