summaryrefslogtreecommitdiff
path: root/tb/sim/mult.c
diff options
context:
space:
mode:
Diffstat (limited to 'tb/sim/mult.c')
-rw-r--r--tb/sim/mult.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/tb/sim/mult.c b/tb/sim/mult.c
new file mode 100644
index 0000000..531a824
--- /dev/null
+++ b/tb/sim/mult.c
@@ -0,0 +1,4 @@
+int reset(int a, int b, int c)
+{
+ return a * b + c;
+}