Free Pascal Runtime Library
The Free Pascal Runtime Library, abbreviated RTL, is Free Pascal's runtime library.
The RTL consists of a collection of units that provide components and classes for general programming tasks. It acts as a basis for Free Pascal's Free Component Library (FCL) and the Lazarus Component Library (LCL). The RTL is licensed under the LGPL with a static linking exception.
Further reading
- {{Citation
|publisher = Computer & Literatur Verlag GmbH
|isbn = 978-3936546729
|ol = 25421359M
|title = Free Pascal
|edition = Free Pascal 2
|date = 2012
|author1 = Michaël van Canneyt
|author2 = Florian Klämpfl
|id = 393654672X
}}
- {{Citation
|publisher = Packt Publishing
|isbn = 978-1782163404
|ol = 25426631M
|title = Getting Started with Lazarus IDE
|author = Roderick Person
|date = 2013
|id = 1782163409
}}
External links
- [http://wiki.freepascal.org/RTL RTL documentation in the Free Pascal Wiki]
- [http://lazarus-ccr.sourceforge.net/docs/rtl/ Complete online reference]
{{Widget toolkits}}
Category:Pascal (programming language) libraries
Category:Platform-sensitive development
Category:Software using the GNU Lesser General Public License