Next: MALLOC, Previous: LSTAT, Up: Intrinsic Procedures
LTIME
— Convert time to local time infolocaltime(3)
.
This intrinsic routine is provided for backwards compatibility with
GNU Fortran 77. In new code, programmers should consider the use of
the DATE_AND_TIME intrinsic defined by the Fortran 95
standard.
CALL LTIME(TIME, VALUES)
TIME | An INTEGER scalar expression
corresponding to a system time, with INTENT(IN) .
|
VALUES | A default INTEGER array with 9 elements,
with INTENT(OUT) .
|