[Overview][Constants][Types][Procedures and functions][Variables][Index] |
Source position: mselibc.pas line 2686
function gettimeofday( |
var __tv: timeval; |
var _tz: timezone |
):LongInt; overload; |
var __tv: timeval; |
__tz: __timezone_ptr_t |
):LongInt; overload; |
__tv: Ptimeval; |
__tz: ptimezone |
):LongInt; overload; |