1 parent b0bb458 commit 7ddbd1bCopy full SHA for 7ddbd1b
1 file changed
py/misc.h
@@ -100,6 +100,7 @@ bool unichar_isupper(unichar c);
100
bool unichar_islower(unichar c);
101
unichar unichar_tolower(unichar c);
102
unichar unichar_toupper(unichar c);
103
+#define unichar_charlen(s, bytelen) (bytelen)
104
105
/** variable string *********************************************/
106
0 commit comments