summaryrefslogtreecommitdiff
path: root/rushs/tinyprintf/palindrome/palindrome.h
diff options
context:
space:
mode:
Diffstat (limited to 'rushs/tinyprintf/palindrome/palindrome.h')
-rw-r--r--rushs/tinyprintf/palindrome/palindrome.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/rushs/tinyprintf/palindrome/palindrome.h b/rushs/tinyprintf/palindrome/palindrome.h
new file mode 100644
index 0000000..8595911
--- /dev/null
+++ b/rushs/tinyprintf/palindrome/palindrome.h
@@ -0,0 +1,6 @@
+#ifndef PALINDROME_H
+#define PALINDROME_H
+
+int palindrome(const char *s);
+
+#endif /* !PALINDROME_H */