mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-17 12:41:05 +03:00
29 lines
335 B
Plaintext
29 lines
335 B
Plaintext
Description:
|
|
File stream functions that avoid clobbering std{in,out,err}.
|
|
|
|
Files:
|
|
lib/stdlib--.h
|
|
lib/stdlib-safer.h
|
|
lib/mkstemp-safer.c
|
|
m4/stdlib-safer.m4
|
|
|
|
Depends-on:
|
|
fd-safer-flag
|
|
mkstemp
|
|
stdlib
|
|
unistd-safer
|
|
|
|
configure.ac:
|
|
gl_STDLIB_SAFER
|
|
|
|
Makefile.am:
|
|
|
|
Include:
|
|
"stdlib-safer.h"
|
|
|
|
License:
|
|
GPL
|
|
|
|
Maintainer:
|
|
Paul Eggert, Jim Meyering
|