mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-05-15 06:02:39 +02:00
18 lines
334 B
PHP
18 lines
334 B
PHP
|
|
type
|
|
|
|
Pn_short = ^n_short;
|
|
n_short = u_int16_t;
|
|
|
|
Pn_long = ^n_long;
|
|
n_long = u_int32_t;
|
|
|
|
Pn_time = ^n_time;
|
|
n_time = u_int32_t;
|
|
|
|
{ ---------------------------------------------------------------------
|
|
Borland compatibility types
|
|
---------------------------------------------------------------------}
|
|
|
|
// Type
|