summaryrefslogtreecommitdiff
path: root/rushs/tinyprintf/simple_fnmatch/simple_fnmatch.h
diff options
context:
space:
mode:
Diffstat (limited to 'rushs/tinyprintf/simple_fnmatch/simple_fnmatch.h')
-rw-r--r--rushs/tinyprintf/simple_fnmatch/simple_fnmatch.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/rushs/tinyprintf/simple_fnmatch/simple_fnmatch.h b/rushs/tinyprintf/simple_fnmatch/simple_fnmatch.h
new file mode 100644
index 0000000..e1ae166
--- /dev/null
+++ b/rushs/tinyprintf/simple_fnmatch/simple_fnmatch.h
@@ -0,0 +1,8 @@
+#ifndef SIMPLE_FNMATCH_H
+#define SIMPLE_FNMATCH_H
+
+#define FNM_NOMATCH 1
+
+int simple_fnmatch(const char *pattern, const char *string);
+
+#endif /* !SIMPLE_FNMATCH_H */