summaryrefslogtreecommitdiff
path: root/fpcsrc/packages/libc/src/stdlib.inc
blob: 0573627b3bf7c85da5341c53858f9fad0499ce42 (plain)
1
2
3
4
5
6
function MB_CUR_MAX : longint;
    { return type might be wrong }
  begin
     MB_CUR_MAX:=__ctype_get_mb_cur_max;
  end;