| www.delorie.com/gnu/docs/gcc/g77_128.html | search |
![]() Buy the book! | |
| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
CALL CTime(STime, Result) |
STime: INTEGER; scalar; INTENT(IN).
Result: CHARACTER; scalar; INTENT(OUT).
Intrinsic groups: unix.
Description:
Converts STime, a system time value, such as returned by
TIME8(), to a string of the form `Sat Aug 19 18:13:14 1995',
and returns that string in Result.
See section 8.11.9.246 Time8 Intrinsic.
Some non-GNU implementations of Fortran provide this intrinsic as only a function, not as a subroutine.
For information on other intrinsics with the same name: See section 8.11.9.54 CTime Intrinsic (function).
| webmaster donations bookstore | delorie software privacy |
| Copyright © 2003 by The Free Software Foundation | Updated Jun 2003 |