xstrtol: improve xstrtol.h comment
[gnulib.git] / modules / tmpfile-safer
blob07ff47b437d58630e9ea9790ddfb660aa30cbf4d
1 Description:
2 tmpfile function that avoids clobbering std{in,out,err}.
4 Files:
5 lib/stdio--.h
6 lib/stdio-safer.h
7 lib/tmpfile-safer.c
9 Depends-on:
10 binary-io
11 tmpfile
12 unistd-safer
14 configure.ac:
15 gl_MODULE_INDICATOR([tmpfile-safer])
17 Makefile.am:
18 lib_SOURCES += tmpfile-safer.c
20 Include:
21 "stdio-safer.h"
23 Link:
24 $(GETRANDOM_LIB)
25 $(CLOCK_TIME_LIB)
27 License:
28 GPL
30 Maintainer:
31 Paul Eggert, Jim Meyering