mktemp.3
来自「<B>Digital的Unix操作系统VAX 4.2源码</B>」· 3 代码 · 共 30 行
3
30 行
.\" SCCSID: @(#)mktemp.3 8.1 9/11/90.TH mktemp 3 .SH Namemktemp \- make a unique file name.SH Syntax.nf.B char *mktemp(template).B char *template;.fi.SH Description.NXR "mktemp subroutine".NXR "file name" "making unique"The.PN mktempsubroutine replaces.I templateby a unique file name, and returns theaddress of the template.The template should look like a file name with six trailingX's, which will be replaced with thecurrent process ID and a unique letter..PPNote: The use of .PN mktemp is not recommended for new applications. See .MS tmpnam 3for less error-prone alternatives..SH See Alsogetpid(2), tmpfile(3), tmpnam(3)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?