fdate.3f
来自「<B>Digital的Unix操作系统VAX 4.2源码</B>」· 3F 代码 · 共 39 行
3F
39 行
.\" SCCSID: @(#)fdate.3f 8.1 9/11/90.TH fdate 3f VAX "" Unsupported.SH Namefdate \- return date and time in an ASCII string.SH Syntax.B subroutine fdate (string).br.B character*(*) string.sp 1.B character*(*) function fdate().SH Description.NXR "fdate subroutine (FORTRAN)".NXR "date" "returning in ASCII string".NXR "time" "returning in ASCII string"The.PN fdatefunction returns the current date and time as a 24-character stringin the format described under.MS ctime 3 .Neither 'newline' nor NULL will be included..PPThe.PN fdatefunction can be called either as a function or as a subroutine.If called as a function, the calling routine must defineits type and length. For example:.EXcharacter*24 fdateexternal fdatewrite(*,*) fdate().EE.SH Files.ie \nM /usr/ucb/lib/libU77.a.el /usr/lib/libU77.a.SH See Alsoctime(3), idate(3f), time(3f)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?