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