mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 16:09:23 +02:00
parent
912c024f01
commit
5038b944f1
@ -166,7 +166,7 @@ end;
|
|||||||
function Fpopendir(dirname : pchar): pdir; [public, alias : 'FPC_SYSC_OPENDIR'];
|
function Fpopendir(dirname : pchar): pdir; [public, alias : 'FPC_SYSC_OPENDIR'];
|
||||||
|
|
||||||
var
|
var
|
||||||
fd:integer;
|
fd:cint;
|
||||||
st:stat;
|
st:stat;
|
||||||
ptr:pdir;
|
ptr:pdir;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user