.\" @(#)itime.3f 1.4 86/01/02 SMI; from UCB 4.2 .TH ITIME 3F "98/09/16" .SH NAME itime \- return time in numerical form .SH SYNOPSIS .\" .IX itime "" \fLitime\fP .IX "time in numerical form" .\" .PP .B "subroutine itime(iarray)" .br .B "integer*4 iarray(\&3)" .\" .SH DESCRIPTION .\" The .B itime subroutine puts the current time into the integer array .BR iarray . .PP The order is: hour, minute, second. .PP Example: .sp .2 .in +2 demo% .B "cat iti1.f" .br .B "integer*4 a(3)" .br .B "call itime( a )" .br .B "write(*, "(' The time is: ',3i5)" ) (a(i),i=1,3)" .br .B "end" .br demo% .B "f77 \-silent iti1.f" .br demo% .B "a.out" .br \ The time is: \ 14 \ 55 \ 22 .br demo% .\" .SH FILES .\" .BR libF77.a , .B libV77.a .\" .\" .SH "SEE ALSO" .\" .BR time (3f), .BR ctime (3), .BR idate (3F), .B fdate(3F), and the .I "FORTRAN 77 Reference Manual"