tmpfile.3s
来自「<B>Digital的Unix操作系统VAX 4.2源码</B>」· 3S 代码 · 共 27 行
3S
27 行
.\" SCCSID: @(#)tmpfile.3s 8.1 9/11/90.TH tmpfile 3s .SH Nametmpfile \- create a temporary file.SH Syntax.B #include <stdio.h>.PP.B.SM FILE.B "\(**tmpfile (\|)".SH Description.NXR "tmpfile subroutine".NXA "tmpfile subroutine" "tmpname subroutine".NXA "tmpfile subroutine" "mktemp subroutine".NXA "file" "temporary file".NXR "temporary file" "creating"The.PN tmpfilesubroutine creates a temporary file and returns a corresponding.SM FILEpointer.The file willautomatically be deleted when all references to the file have beenclosed. The file is opened for update..SH See Alsocreat(2), unlink(2), fopen(3s), mktemp(3), tmpnam(3s)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?