Next: mkostemps
, Previous: lrand48_r
, Up: Glibc Extensions to <stdlib.h>
[Contents][Index]
mkostemp
Documentation:
man mkostemp
Gnulib module: mkostemp
Portability problems fixed by Gnulib:
<unistd.h>
instead of <stdlib.h>
on some platforms:
macOS 14.
off_t
is a 32-bit type, mkostemp
may not work
correctly to create files larger than 2 GB. (Cf. AC_SYS_LARGEFILE
.)
Portability problems not fixed by Gnulib:
The gnulib module clean-temp
can create temporary files that will not
be left behind after signals such as SIGINT.