.
[gnulib.git] / modules / mkstemp
1 Description:
2 mkstemp() function: create a private temporary file.
3
4 Files:
5 lib/mkstemp.h
6 lib/mkstemp.c
7 lib/tempname.c
8 m4/mkstemp.m4
9
10 Depends-on:
11 extensions
12 stat-macros
13 stdint
14 sys_stat
15
16 configure.ac:
17 gl_FUNC_MKSTEMP
18
19 Makefile.am:
20 EXTRA_DIST += mkstemp.h
21
22 Include:
23 "mkstemp.h"
24
25 License:
26 GPL
27
28 Maintainer:
29 Jim Meyering