マニュアルページ itime.3f




名前

     itime - 数値形式で時刻を戻す


形式

     subroutine  itime(iarray)
     integer*4  iarray(3)


機能説明

     itime サブルーチンは、現在の時刻を整数配列 iarray に入 れ ま
     す。

     時刻は、時、分、秒の順序で戻されます。

     例:
       demo% cat  iti1.f
       integer*4  a(3)
       call  itime( a )
       write(*,  (' The time is: ',3i5)"
       end
       demo% f77 -silent  iti1.f
       demo% a.out
        The time is:    14     55     22
       demo%


ファイル

     libfui.a、 libV77.a


関連項目

     time(3f)ctime(3c)idate(3F)fdate(3F)、およ び 『FOR-
     TRAN 77 言語リファレンス』