Make roundf-tests module depend on floorf, ceilf.
[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 unistd-safer
13
14 configure.ac:
15 gl_TMPFILE_SAFER
16
17 Makefile.am:
18
19 Include:
20 "stdio-safer.h"
21
22 License:
23 GPL
24
25 Maintainer:
26 Paul Eggert, Jim Meyering