TMP_MAX, L_tmpnam
#include <stdio.h>
TMP_MAX is the maximum number of unique filenames that the tmpnam function can generate. L_tmpnam is the length of temporary filenames generated by tmpnam.
Tento prohlížeč se už nepodporuje.
Upgradujte na Microsoft Edge, abyste mohli využívat nejnovější funkce, aktualizace zabezpečení a technickou podporu.
#include <stdio.h>
TMP_MAX is the maximum number of unique filenames that the tmpnam function can generate. L_tmpnam is the length of temporary filenames generated by tmpnam.