mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-11 14:48:47 +02:00
10 lines
160 B
ObjectPascal
10 lines
160 B
ObjectPascal
{ %VERSION=1.1 }
|
|
{$ifdef fpc}{$mode objfpc}{$endif}
|
|
type
|
|
to2 = interface
|
|
function bufwrite(eat : boolean = true) : integer;stdcall;
|
|
end;
|
|
|
|
begin
|
|
end.
|