(backup_args): Change a `0' to NULL.
[gnulib.git] / modules / mkstemp
1 Description:
2 mkstemp() function: create a private temporary file.
3
4 Files:
5 lib/mkstemp.c
6 lib/tempname.c
7 m4/ulonglong.m4
8 m4/stdint_h.m4
9 m4/inttypes_h.m4
10 m4/uintmax_t.m4
11 m4/mkstemp.m4
12
13 Depends-on:
14 stat-macros
15
16 configure.ac:
17 gl_FUNC_MKSTEMP
18
19 Makefile.am:
20
21 Include:
22 <stdlib.h>
23
24 License:
25 GPL
26
27 Maintainer:
28 Jim Meyering