unistr/u*-chr: test multibyte sequences
[gnulib.git] / modules / tmpfile-safer
1 Description:
2 tmpfile function that avoids clobbering std{in,out,err}.
3
4 Files:
5 lib/stdio--.h
6 lib/stdio-safer.h
7 lib/tmpfile-safer.c
8 m4/stdio-safer.m4
9
10 Depends-on:
11 binary-io
12 tmpfile
13 unistd-safer
14
15 configure.ac:
16 gl_TMPFILE_SAFER
17 gl_MODULE_INDICATOR([tmpfile-safer])
18
19 Makefile.am:
20
21 Include:
22 "stdio-safer.h"
23
24 License:
25 GPL
26
27 Maintainer:
28 Paul Eggert, Jim Meyering