diff options
Diffstat (limited to 'text-motions.h')
| -rw-r--r-- | text-motions.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/text-motions.h b/text-motions.h index 234376c..335adaf 100644 --- a/text-motions.h +++ b/text-motions.h @@ -4,6 +4,9 @@ #include <stddef.h> #include "text.h" +size_t text_char_next(Text*, size_t pos); +size_t text_char_prev(Text*, size_t pos); + size_t text_find_char_next(Text*, size_t pos, const char *s, size_t len); size_t text_find_char_prev(Text*, size_t pos, const char *s, size_t len); |
