view modules/fopen-safer @ 40196:e63f5d3edab5

relocatable-prog: Update documentation. * doc/relocatable-maint.texi (Supporting Relocation): Update to match the recent changes.
author Bruno Haible <bruno@clisp.org>
date Sun, 24 Feb 2019 01:49:15 +0100
parents 6a09a3caddef
children
line wrap: on
line source

Description:
fopen function that avoids clobbering std{in,out,err}.

Files:
lib/stdio--.h
lib/stdio-safer.h
lib/fopen-safer.c

Depends-on:
fopen
unistd-safer

configure.ac:
gl_MODULE_INDICATOR([fopen-safer])

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

Include:
"stdio-safer.h"

License:
GPL

Maintainer:
Paul Eggert, Jim Meyering