mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-11 07:38:11 +02:00
7 lines
70 B
ObjectPascal
7 lines
70 B
ObjectPascal
unit ub0342b;
|
|
interface
|
|
type
|
|
longWord=Cardinal;
|
|
implementation
|
|
end.
|