mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-05 14:48:18 +02:00
17 lines
139 B
ObjectPascal
17 lines
139 B
ObjectPascal
{ %norun }
|
|
|
|
{$ifdef FPC}
|
|
{$mode delphi} {$Z1}
|
|
{$endif}
|
|
|
|
unit tw27149;
|
|
|
|
interface
|
|
|
|
const
|
|
ctrl_r = AnsiChar(#$0012);
|
|
|
|
implementation
|
|
|
|
end.
|