mktemp.3

来自「unix v7是最后一个广泛发布的研究型UNIX版本」· 3 代码 · 共 19 行

3
19
字号
.TH MKTEMP 3 .SH NAMEmktemp \- make a unique file name.SH SYNOPSIS.B char *mktemp(template).br.B char *template;.SH DESCRIPTION.I Mktempreplaces.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..SH "SEE ALSO"getpid(2)

⌨️ 快捷键说明

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