blob: 64134e68c2550044ac7f9543a59f977f49025aee [file] [log] [blame]
#include "multiplier.h"
LONG_TYPE
GET_MULTIPLIER (struct input_type *input)
{
return input->first * input->second;
}