#include <cstdio> char *tmpnam( char *name );
tmpnam() 函数创建一个唯一的文件名并将其存储在 name 中。tmpnam() 可以调用最多 TMP_MAX 次。