diff options
Diffstat (limited to 'libutf.h')
| -rw-r--r-- | libutf.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,6 +1,8 @@ #ifndef LIBUTF_H #define LIBUTF_H +const char *utfnext(const char *s); + /* libutf8 © 2012-2015 Connor Lane Smith <cls@lubutu.com> */ #include <stddef.h> #include <stdint.h> |
