mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-05 10:18:22 +02:00
9 lines
143 B
ObjectPascal
9 lines
143 B
ObjectPascal
{$ifdef fpc}{$mode objfpc}{$endif}
|
|
type
|
|
to2 = interface
|
|
function bufwrite(eat : boolean = true) : integer;stdcall;
|
|
end;
|
|
|
|
begin
|
|
end.
|