mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-17 12:41:05 +03:00
27 lines
309 B
Plaintext
27 lines
309 B
Plaintext
Description:
|
|
tmpfile function that avoids clobbering std{in,out,err}.
|
|
|
|
Files:
|
|
lib/stdio--.h
|
|
lib/stdio-safer.h
|
|
lib/tmpfile-safer.c
|
|
m4/stdio-safer.m4
|
|
|
|
Depends-on:
|
|
binary-io
|
|
unistd-safer
|
|
|
|
configure.ac:
|
|
gl_TMPFILE_SAFER
|
|
|
|
Makefile.am:
|
|
|
|
Include:
|
|
"stdio-safer.h"
|
|
|
|
License:
|
|
GPL
|
|
|
|
Maintainer:
|
|
Paul Eggert, Jim Meyering
|