mirror of
https://github.com/fltk/fltk.git
synced 2026-05-28 11:25:22 +08:00
No default values in plain C
This commit is contained in:
+1
-1
@@ -57,7 +57,7 @@ FL_EXPORT int fl_utf8len(char c);
|
|||||||
FL_EXPORT int fl_utf8len1(char c);
|
FL_EXPORT int fl_utf8len1(char c);
|
||||||
|
|
||||||
/* OD: returns the byte length of a UTF-8 text */
|
/* OD: returns the byte length of a UTF-8 text */
|
||||||
FL_EXPORT int fl_utf8strlen(const char *text, int len=-1);
|
FL_EXPORT int fl_utf8strlen(const char *text, int len);
|
||||||
|
|
||||||
/* OD: returns the number of Unicode chars in the UTF-8 string */
|
/* OD: returns the number of Unicode chars in the UTF-8 string */
|
||||||
FL_EXPORT int fl_utf_nb_char(const unsigned char *buf, int len);
|
FL_EXPORT int fl_utf_nb_char(const unsigned char *buf, int len);
|
||||||
|
|||||||
Reference in New Issue
Block a user