mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-07-21 09:17:23 +02:00
16 lines
410 B
PHP
16 lines
410 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
|