fpc/packages/base/libc/stdlib.inc
2003-06-26 08:31:12 +00:00

7 lines
123 B
PHP

function MB_CUR_MAX : longint;
{ return type might be wrong }
begin
MB_CUR_MAX:=__ctype_get_mb_cur_max;
end;