summaryrefslogtreecommitdiff
path: root/bitlength/producer.c
diff options
context:
space:
mode:
Diffstat (limited to 'bitlength/producer.c')
-rw-r--r--bitlength/producer.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/bitlength/producer.c b/bitlength/producer.c
new file mode 100644
index 0000000..114c743
--- /dev/null
+++ b/bitlength/producer.c
@@ -0,0 +1,7 @@
+#include "Clean.h"
+#include "producer.h"
+
+int produce(int old)
+{
+ return 2 * old;
+}