Next: mkstemps
, Previous: mkostemp
, Up: Glibc Extensions to <stdlib.h>
[Contents][Index]
mkostemps
Documentation:
man mkostemps
Gnulib module: mkostemps
Portability problems fixed by Gnulib:
<unistd.h>
instead of <stdlib.h>
on some platforms:
macOS 14.
off_t
is a 32-bit type, mkostemps
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.