tmpnam 语法: #include <stdio.h> char *tmpnam( char *name ); tmpnam()函数创建一个独特的文件名并保存在name中. tmpnam()最多可以调用TMP_MAX指定的次数.