mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-06-05 04:18:48 +02:00
12 lines
128 B
ObjectPascal
12 lines
128 B
ObjectPascal
unit buildrtl;
|
|
|
|
interface
|
|
|
|
uses
|
|
ctypes, strings,
|
|
symbian, uiq, uiqclasses;
|
|
|
|
implementation
|
|
|
|
end.
|