Scrap writerune(), introducing fputrune()
Interface and function as proposed by cls. Code is also shorter, everything else analogous to fgetrune().
This commit is contained in:
4
utf.h
4
utf.h
@@ -61,5 +61,7 @@ Rune toupperrune(Rune);
|
||||
|
||||
int fgetrune(Rune *, FILE *);
|
||||
int efgetrune(Rune *, FILE *, const char *);
|
||||
void writerune(const char *, FILE *, Rune *);
|
||||
int fputrune(const Rune *, FILE *);
|
||||
int efputrune(const Rune *, FILE *, const char *);
|
||||
|
||||
int chartorunearr(const char*, Rune **);
|
||||
|
Reference in New Issue
Block a user