mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-17 12:41:05 +03:00
27 lines
286 B
Plaintext
27 lines
286 B
Plaintext
Description:
|
|
mkstemp() function: create a private temporary file.
|
|
|
|
Files:
|
|
lib/mkstemp.c
|
|
m4/mkstemp.m4
|
|
|
|
Depends-on:
|
|
extensions
|
|
stdlib
|
|
tempname
|
|
|
|
configure.ac:
|
|
gl_FUNC_MKSTEMP
|
|
gl_STDLIB_MODULE_INDICATOR([mkstemp])
|
|
|
|
Makefile.am:
|
|
|
|
Include:
|
|
<stdlib.h>
|
|
|
|
License:
|
|
GPL
|
|
|
|
Maintainer:
|
|
Jim Meyering
|