libgrapheme

grapheme cluster utility library
git clone git://git.suckless.org/libgrapheme
Log | Files | Refs | LICENSE

boundary.h (210B)


      1 /* See LICENSE file for copyright and license details. */
      2 #ifndef BOUNDARY_H
      3 #define BOUNDARY_H
      4 
      5 #include <stddef.h>
      6 
      7 #include "codepoint.h"
      8 
      9 int boundary(Codepoint, Codepoint, int *);
     10 
     11 #endif /* BOUNDARY_H */