bl/utf8.h
author ali <ali@juiblex.co.uk>
Fri Oct 25 11:15:18 2013 +0100 (2013-10-25)
changeset 198 9f1defcca7d6
permissions -rw-r--r--
Fix bug #14: Add a configuration file
     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 */