1
#ifndef BL_UTF8_H
2
#define BL_UTF8_H
3
4
gchar *utf8_strnfill(gsize length,gunichar fill_char);
5
6
#endif /* BL_UTF8_H */