projects
/
pspp
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
56718a9b42ae6e58a02adc3c83259800a1c19924
[pspp]
/
modules
/
mkstemps
1
Description:
2
mkstemps() function: create a private temporary file, with suffix
3
4
Files:
5
lib/mkstemps.c
6
m4/mkstemps.m4
7
8
Depends-on:
9
stdlib
10
extensions
11
tempname [test $HAVE_MKSTEMPS = 0]
12
13
configure.ac:
14
gl_FUNC_MKSTEMPS
15
gl_MODULE_INDICATOR([mkstemps])
16
gl_STDLIB_MODULE_INDICATOR([mkstemps])
17
18
Makefile.am:
19
20
Include:
21
<stdlib.h>
22
23
License:
24
LGPLv2+
25
26
Maintainer:
27
Eric Blake