fpc/rtl/sinclairql/buildrtl.pp
Károly Balogh 18f364a497 + RTL skeleton for the Sinclair QL
git-svn-id: trunk@47310 -
2020-11-04 15:59:50 +00:00

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.