mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-05-28 11:22:38 +02:00
16 lines
408 B
PHP
16 lines
408 B
PHP
|
|
type
|
|
Pfddi_header = ^fddi_header;
|
|
fddi_header = record
|
|
fddi_fc : u_int8_t;
|
|
fddi_dhost : array[0..(FDDI_K_ALEN)-1] of u_int8_t;
|
|
fddi_shost : array[0..(FDDI_K_ALEN)-1] of u_int8_t;
|
|
end;
|
|
|
|
|
|
{ ---------------------------------------------------------------------
|
|
Borland compatibility types
|
|
---------------------------------------------------------------------}
|
|
|
|
// Type
|