Skip to content

Commit

Permalink
handle verbatims in intersections
Browse files Browse the repository at this point in the history
  • Loading branch information
p-avital committed Jan 22, 2024
1 parent f0ba603 commit cfa4a00
Show file tree
Hide file tree
Showing 5 changed files with 208 additions and 149 deletions.
2 changes: 2 additions & 0 deletions include/zenoh-pico/utils/string.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,9 @@ char const *_z_strstr(char const *haystack_start, char const *haystack_end, cons
char const *_z_strstr_skipneedle(char const *haystack_start, char const *haystack_end, const char *needle_start);
char const *_z_bstrstr_skipneedle(_z_str_se_t haystack, _z_str_se_t needle);

_Bool _z_splitstr_is_empty(const _z_splitstr_t *src);
_z_str_se_t _z_splitstr_next(_z_splitstr_t *str);
_z_str_se_t _z_splitstr_split_once(_z_splitstr_t src, _z_str_se_t *next);
_z_str_se_t _z_splitstr_nextback(_z_splitstr_t *str);

size_t _z_strcnt(char const *haystack_start, const char *harstack_end, const char *needle_start);
Expand Down
Loading

0 comments on commit cfa4a00

Please sign in to comment.