time.3f

来自「<B>Digital的Unix操作系统VAX 4.2源码</B>」· 3F 代码 · 共 54 行

3F
54
字号
.\" SCCSID: @(#)time.3f	8.1	9/11/90.TH time 3f VAX "" Unsupported.SH Nametime, ctime, ltime, gmtime \- return system time.SH Syntax.B integer function time().sp 1.B character*(*) function ctime (stime).br.B integer stime.sp 1.B subroutine ltime (stime, tarray).br.B integer stime, tarray(9).sp 1.B subroutine gmtime (stime, tarray).br.B integer stime, tarray(9).SH Description.NXR "time subroutine (FORTRAN)".NXR "ctime subroutine (FORTRAN)".NXR "ltime subroutine (FORTRAN)".NXR "gmtime subroutine (FORTRAN)".NXR "time" "getting"The.PN timeroutine returns the time since 00:00:00 GMT, Jan. 1, 1970, measured in seconds.This is the value of the ULTRIX system clock..PPThe.PN ctimeroutine converts a system time to a 24-character ASCII string.The format is described under.PN ctime(3) .No 'newline' or NULL will be included..PPThe.PN ltimeand.PN gmtimeroutines dissect ULTRIX time into month, day and seconds,either for the local time zoneor as GMT.The order and meaning of each element returned in.I tarrayis described under.PN ctime(3) ..SH Files.ie \nM /usr/ucb/lib/libU77.a.el /usr/lib/libU77.a.SH See Alsoctime(3), fdate(3f), idate(3f)

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?