TMP_MAX、L_tmpnam

#include <stdio.h>

备注

TMP_MAX 是tmpnam 函数生成的唯一文件名的最大数字 。 L_tmpnam 是 tmpnam 生成临时文件名的长度。

请参见

参考

全局常量