mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-05-01 22:13:46 +02:00
7 lines
123 B
PHP
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;
|
|
|