We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 349ef18 + 0c94a3d commit 0cb96dcCopy full SHA for 0cb96dc
re.h
@@ -51,11 +51,11 @@ re_t re_compile(const char* pattern);
51
52
53
/* Find matches of the compiled pattern inside text. */
54
-int re_matchp(re_t pattern, const char* text, int* matchlenght);
+int re_matchp(re_t pattern, const char* text, int* matchlength);
55
56
57
/* Find matches of the txt pattern inside text (will compile automatically first). */
58
-int re_match(const char* pattern, const char* text, int* matchlenght);
+int re_match(const char* pattern, const char* text, int* matchlength);
59
60
61
#ifdef __cplusplus
0 commit comments