mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-05 10:11:04 +01:00
+ updated to reflect files in directory
This commit is contained in:
parent
0cdf23985b
commit
52d673755d
@ -3,17 +3,29 @@ of the processor and of the operating system.
|
|||||||
|
|
||||||
The include files contain the following:
|
The include files contain the following:
|
||||||
|
|
||||||
system.inc OS and Processor independent implementation part of system unit.
|
astrings.pp AnsiStrings implementation.
|
||||||
systemh.inc Interface part of the system unit.
|
except.inc Delphi styled exception support.
|
||||||
textrec.inc Definition of Textrec record.
|
file.inc Untyped file support routines.
|
||||||
filerec.inc Definition of Filerec record.
|
filerec.inc Untyped file record definition.
|
||||||
astrings.pp AnsiStrings implementation.
|
heap.inc Runtime heap manager .
|
||||||
lstrings.pp LongStrings implementation.
|
heaph.inc Declarations of Heap functions.
|
||||||
sstrings.inc ShortStrings implementation.
|
heaptrc.inc Runtime memory leak tracer.
|
||||||
heaph.inc Declarations of Heap functions.
|
innr.inc Internal function delcarations.
|
||||||
mathh.inc Declarations of mathematical functions.
|
int64.inc Support for 64-bit integer arithmetic.
|
||||||
|
lstrings.pp LongStrings routine implementation.
|
||||||
|
mathh.inc Declarations of mathematical functions.
|
||||||
|
real2str.inc Routine to convert floating point numbers to strings.
|
||||||
|
rtti.inc Delphi like runtime type information
|
||||||
|
sstrings.inc ShortStrings (TP/BP pascal like strings) implementation.
|
||||||
|
system.inc OS and Processor independent implementation part of system unit.
|
||||||
|
systemh.inc Interface part of the system unit.
|
||||||
|
text.inc Text file support routines.
|
||||||
|
textrec.inc Definition of Textrec record.
|
||||||
|
typefile.inc Text file record definition.
|
||||||
|
|
||||||
|
|
||||||
The unit files are:
|
The unit files are:
|
||||||
|
|
||||||
ucomplex.pp Complex functions using operator overloading
|
ucomplex.pp Complex functions using operator overloading
|
||||||
getopts.pp Pascal implementation of the GNU Getops
|
getopts.pp Pascal implementation of the GNU Getops
|
||||||
|
objects.pp Turbo Pascal like implementation of objects unit
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user