mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-07-26 03:06:04 +02:00
17 lines
252 B
ObjectPascal
17 lines
252 B
ObjectPascal
unit buildrtl;
|
|
|
|
interface
|
|
|
|
uses
|
|
si_prc,
|
|
|
|
ctypes, {strings,}
|
|
rtlconsts, {sysconst,} {math,} {types,}
|
|
{typinfo,} sortbase, {fgl,} {classes,}
|
|
charset, {character,} {getopts,}
|
|
fpwidestring;
|
|
|
|
implementation
|
|
|
|
end.
|