mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-05-31 02:42:33 +02:00
14 lines
306 B
PHP
14 lines
306 B
PHP
|
|
type
|
|
Psa_family_t = ^sa_family_t;
|
|
sa_family_t = word;
|
|
|
|
Const
|
|
__SOCKADDR_COMMON_SIZE = sizeof(sa_family_t);
|
|
|
|
{ ---------------------------------------------------------------------
|
|
Borland compatibility types
|
|
---------------------------------------------------------------------}
|
|
|
|
// Type
|