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 / webtbs / tw6586a.pp
Size: Mime:
{ %target=win32,win64,wince,darwin,linux,freebsd,solaris,beos,aix,android }
{ %needlibrary }
{ %norun }

library tw6586a;
{$H+}{$MODE OBJFPC}

uses cmem;

procedure ExportTest1(input: longint); stdcall;
begin
 input:= 5;
end;

exports
  ExportTest1;

begin
end.