[Overview][Constants][Types][Procedures and functions][Variables] | Reference for unit 'oldlinux' (#rtl) |
Record describing floating point register in signal handler.
Source position: oldlinux.pp line 768
type tfpreg = record |
||
significand: array [0..3] of Word; |
|
Decimal part of floating point value |
exponent: Word; |
|
Exponent of floating point value |
end; |
No notes exist for this page yet.