blob: 372086878be07a40c1eb81bbf9cf9280dca82354 [file] [log] [blame]
#include <liba.h>
#include "libb.h"
void libb_mul(int x)
{
liba_add(liba_get() * (x - 1));
}