stdlib.inc 123 B

123456
  1. function MB_CUR_MAX : longint;
  2. { return type might be wrong }
  3. begin
  4. MB_CUR_MAX:=__ctype_get_mb_cur_max;
  5. end;