view modules/stdlib-safer @ 40244:c39a0edd90d7

fts: minor simplification * lib/fts.c (fts_safe_changedir): Remove redundant assignment.
author Paul Eggert <eggert@cs.ucla.edu>
date Sun, 17 Mar 2019 12:39:50 -0700
parents fc0079effbc1
children
line wrap: on
line source

Description:
File stream functions that avoid clobbering std{in,out,err}.

Files:
lib/stdlib--.h
lib/stdlib-safer.h
lib/mkstemp-safer.c

Depends-on:
fd-safer-flag
mkstemp
stdlib
unistd-safer

configure.ac:

Makefile.am:
lib_SOURCES += mkstemp-safer.c

Include:
"stdlib-safer.h"

License:
GPL

Maintainer:
Paul Eggert, Jim Meyering