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.
1 parent 22c1022 commit e36f4bcCopy full SHA for e36f4bc
libregexp.h
@@ -53,7 +53,7 @@ int lre_exec(uint8_t **capture,
53
int lre_parse_escape(const uint8_t **pp, int allow_utf16);
54
LRE_BOOL lre_is_space(int c);
55
56
-void lre_byte_swap(uint8_t *buf, size_t len, BOOL is_byte_swapped);
+void lre_byte_swap(uint8_t *buf, size_t len, LRE_BOOL is_byte_swapped);
57
58
/* must be provided by the user */
59
LRE_BOOL lre_check_stack_overflow(void *opaque, size_t alloca_size);
libunicode.h
@@ -24,6 +24,7 @@
24
#ifndef LIBUNICODE_H
25
#define LIBUNICODE_H
26
27
+#include <stddef.h>
28
#include <inttypes.h>
29
30
#define LRE_BOOL int /* for documentation purposes */
0 commit comments