summaryrefslogtreecommitdiff
path: root/tb/sim/mult.c
blob: 531a824b95704b92bf8235e2ce98a483cf72285b (plain)
1
2
3
4
int reset(int a, int b, int c)
{
	return a * b + c;
}