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