Rename uc_is_grapheme_cluster_break() to uc_is_grapheme_break().
[pspp] / lib / xfreopen.h
1 #include <stdio.h>
2 void xfreopen (char const *filename, char const *mode, FILE *fp);