summary refs log tree commit diff stats
path: root/c/two-fer/src/two_fer.h
diff options
context:
space:
mode:
Diffstat (limited to 'c/two-fer/src/two_fer.h')
-rw-r--r--c/two-fer/src/two_fer.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/c/two-fer/src/two_fer.h b/c/two-fer/src/two_fer.h
new file mode 100644
index 0000000..237811c
--- /dev/null
+++ b/c/two-fer/src/two_fer.h
@@ -0,0 +1,6 @@
+#ifndef TWO_FER_H
+#define TWO_FER_H
+
+void two_fer(char *buffer, const char *name);
+
+#endif