From 73c2b00a10c5786ddeeacc915e233fd4df1c9321 Mon Sep 17 00:00:00 2001 From: Martial Simon Date: Sat, 11 Oct 2025 22:19:00 +0200 Subject: fix: evalexpr & tinyprintf contenaient toute la piscine --- rushs/tinyprintf/simple_fnmatch/simple_fnmatch.h | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 rushs/tinyprintf/simple_fnmatch/simple_fnmatch.h (limited to 'rushs/tinyprintf/simple_fnmatch/simple_fnmatch.h') diff --git a/rushs/tinyprintf/simple_fnmatch/simple_fnmatch.h b/rushs/tinyprintf/simple_fnmatch/simple_fnmatch.h deleted file mode 100644 index e1ae166..0000000 --- a/rushs/tinyprintf/simple_fnmatch/simple_fnmatch.h +++ /dev/null @@ -1,8 +0,0 @@ -#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 */ -- cgit v1.2.3