mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-05-05 15:32:34 +02:00
7 lines
119 B
PHP
7 lines
119 B
PHP
|
|
function SUN_LEN(ptr: PSockAddr_un): Cardinal;
|
|
|
|
begin
|
|
Result:=SizeOf(ptr^.sun_family)+__strlen(ptr^.sun_path);
|
|
end;
|