mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-10-20 09:31:34 +02:00
12 lines
111 B
ObjectPascal
12 lines
111 B
ObjectPascal
unit buildrtl;
|
|
|
|
interface
|
|
|
|
uses
|
|
ctypes, strings,
|
|
symbian;
|
|
|
|
implementation
|
|
|
|
end.
|