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, 0 insertions, 6 deletions
diff --git a/rushs/tinyprintf/palindrome/palindrome.h b/rushs/tinyprintf/palindrome/palindrome.h
deleted file mode 100644
index 8595911..0000000
--- a/rushs/tinyprintf/palindrome/palindrome.h
+++ /dev/null
@@ -1,6 +0,0 @@
-#ifndef PALINDROME_H
-#define PALINDROME_H
-
-int palindrome(const char *s);
-
-#endif /* !PALINDROME_H */