Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
fpc-src / usr / share / fpcsrc / 3.2.0 / packages / libc / src / stdlib.inc
Size: Mime:
function MB_CUR_MAX : longint;
    { return type might be wrong }
  begin
     MB_CUR_MAX:=__ctype_get_mb_cur_max;
  end;