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.0.0 / tests / test / library / tlib3b.pp
Size: Mime:
{ %target=win32,win64 }
{ %needlibrary }
{ %norun }
{ %neededafter }

library tlib3b;

  function p(a1, a2, a3, a4, a5, a6, a7 : dword) : dword;
    begin
      p:=a1+a2+a3+a4+a5+a6+a7;
    end;

  exports p;

begin
end.