mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 16:09:25 +02:00
* ptime_t
This commit is contained in:
parent
ef47f697f9
commit
954e27b3ca
@ -55,6 +55,7 @@ type
|
|||||||
clock_t = culong;
|
clock_t = culong;
|
||||||
|
|
||||||
time_t = clong; { used for returning the time }
|
time_t = clong; { used for returning the time }
|
||||||
|
ptime_t = ^time_t;
|
||||||
socklen_t= cuint32;
|
socklen_t= cuint32;
|
||||||
|
|
||||||
CONST
|
CONST
|
||||||
|
Loading…
Reference in New Issue
Block a user