diff options
| author | Paul Sokolovsky | 2014-06-14 06:29:58 +0300 |
|---|---|---|
| committer | Paul Sokolovsky | 2014-06-14 06:30:30 +0300 |
| commit | 7ddbd1bee79eccfd808308ac1cd71ee76290dfd9 (patch) | |
| tree | b9e13757b03f75fb38a41ffc5fd35bef30f05246 /py/misc.h | |
| parent | b0bb458810142dac24fc12279c7bc541464a354d (diff) | |
unicode: Add trivial implementation of unichar_charlen().
Diffstat (limited to 'py/misc.h')
| -rw-r--r-- | py/misc.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -100,6 +100,7 @@ bool unichar_isupper(unichar c); bool unichar_islower(unichar c); unichar unichar_tolower(unichar c); unichar unichar_toupper(unichar c); +#define unichar_charlen(s, bytelen) (bytelen) /** variable string *********************************************/ |
