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