| 1 | 1 |
deleted file mode 100644 |
| ... | ... |
@@ -1,8 +0,0 @@ |
| 1 |
-#ifndef FZY_H |
|
| 2 |
-#define FZY_H FZY_H |
|
| 3 |
- |
|
| 4 |
-int has_match(const char *needle, const char *haystack); |
|
| 5 |
-double match_positions(const char *needle, const char *haystack, size_t *positions); |
|
| 6 |
-double match(const char *needle, const char *haystack); |
|
| 7 |
- |
|
| 8 |
-#endif |
Previously a successful match was determined by the score being
positive. Now we will use has_match instead.