utf8.h 111 B

1234
  1. unsigned int utf8_rune_len(uint8_t b);
  2. int utf8_strlen(char *s);
  3. unsigned int utf8_rune_at(char* s, int idx);