blob: 07eff40d18d1c42f6c2c367d8613a428094e3ef4 [file] [log] [blame]
#include "blubby.h"
#include "multiplier.h"
int
fooFunc (MyBlubby &mine)
{
LONG_TYPE multiplier;
struct input_type input = { 20, 40 };
multiplier = GET_MULTIPLIER (&input);
return (int) (multiplier * mine.getValue ());
}