int __mb_cur_max(void) { // TODO: if locale (c/utf8) will be implemented // then return the correct value here if c then 1 else if utf8 then 4 return 1; }