Set cut_dir properly, and add mode line for Emacs.
[gnulib/ericb.git] / modules / mkostemp
blob8a61dbeb076ff18e504ad335a650527741c56cee
1 Description:
2 mkostemp() function: create a private temporary file, with specific opening
3 flags.
5 Files:
6 lib/mkostemp.c
7 m4/mkostemp.m4
9 Depends-on:
10 extensions
11 stdlib
12 tempname
14 configure.ac:
15 gl_FUNC_MKOSTEMP
16 gl_MODULE_INDICATOR([mkostemp])
17 gl_STDLIB_MODULE_INDICATOR([mkostemp])
19 Makefile.am:
21 Include:
22 <stdlib.h>
24 License:
25 LGPLv2+
27 Maintainer:
28 Jim Meyering, Bruno Haible