summaryrefslogtreecommitdiff
path: root/modules/mkstemp
blob: 265144b9427bb6ab5084837b3b41cd0f1a089369 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
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:
LGPLv2+

Maintainer:
Jim Meyering