Some programs just call mktemp (3) or tmpnam (3) directly to create a temporary file name, and then simply open it under the assumption that it'll be OK.
有一些程序只是直接调用mktemp(3)或tmpnam(3)来创建临时文件,然后基于这样做会成功的假定去简单地打开它。
youdao
mktemp的头文件是在TC2.0中其头文件是dir.h,定义函数是char mktemp(char * template),具有产生后的文件名会借指针返回的特点。
详细内容
应用推荐
模块上移
模块下移
不移动