Scrap readrune(), introducing fgetrune()

Interface as proposed by cls, but internally rewritten after a few
considerations.
The code is much shorter and to the point, aligning itself with other
standard functions. It should also be much faster, which is not bad.
This commit is contained in:
FRIGN
2015-02-11 20:13:43 +01:00
parent 4888bae455
commit a5ae899a48
10 changed files with 45 additions and 57 deletions

View File

@@ -23,7 +23,7 @@ LIBUTFSRC =\
libutf/runetype.c\
libutf/utf.c\
libutf/chartorunearr.c\
libutf/readrune.c\
libutf/fgetrune.c\
libutf/writerune.c\
libutf/isalnumrune.c\
libutf/isalpharune.c\