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