glob: Declare variables at the very start of their scope.
[gnulib/ericb.git] / modules / mkostemps
blobfb956f9c5a8fb8165e87d769476ad2822a3e0857
1 Description:
2 mkostemps() function: create a private temporary file, with specific opening
3 flags, and with suffix.
5 Files:
6 lib/mkostemps.c
7 m4/mkostemps.m4
9 Depends-on:
10 stdlib
11 extensions
12 largefile
13 tempname        [test $HAVE_MKOSTEMPS = 0]
15 configure.ac:
16 gl_FUNC_MKOSTEMPS
17 if test $HAVE_MKOSTEMPS = 0; then
18   AC_LIBOBJ([mkostemps])
20 gl_MODULE_INDICATOR([mkostemps])
21 gl_STDLIB_MODULE_INDICATOR([mkostemps])
23 Makefile.am:
25 Include:
26 <stdlib.h>
28 License:
29 LGPLv2+
31 Maintainer:
32 Eric Blake