aboutsummaryrefslogtreecommitdiffstats
path: root/csrc/smith.h
diff options
context:
space:
mode:
Diffstat (limited to 'csrc/smith.h')
-rw-r--r--csrc/smith.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/csrc/smith.h b/csrc/smith.h
new file mode 100644
index 0000000..b342e54
--- /dev/null
+++ b/csrc/smith.h
@@ -0,0 +1,6 @@
+#ifndef SMITH_H_
+#define SMITH_H_
+
+char * mr_smith();
+
+#endif // SMITH_H_