summaryrefslogtreecommitdiff
path: root/modules/mkstemps
blob: 61af8d5fcd97026ee67b643479bf4e42a089497a (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
27
28
29
30
31
Description:
mkstemps() function: create a private temporary file, with suffix

Files:
lib/mkstemps.c
m4/mkstemps.m4

Depends-on:
stdlib
extensions
largefile
tempname        [test $HAVE_MKSTEMPS = 0]

configure.ac:
gl_FUNC_MKSTEMPS
if test $HAVE_MKSTEMPS = 0; then
  AC_LIBOBJ([mkstemps])
fi
gl_MODULE_INDICATOR([mkstemps])
gl_STDLIB_MODULE_INDICATOR([mkstemps])

Makefile.am:

Include:
<stdlib.h>

License:
LGPLv2+

Maintainer:
Eric Blake

Return to:

Send suggestions and report system problems to the System administrator.