Any way to disable `tempnam' is dangerous, better use `mkstemp' gcc warning?
If you really only want the directory name, use the string constant macro P_tmpdir
, defined in <stdio.h>
.
If you really only want the directory name, use the string constant macro P_tmpdir
, defined in <stdio.h>
.