view modules/fopen-safer @ 40201:24f6637d57d0

autoupdate
author Karl Berry <karl@freefriends.org>
date Sun, 24 Feb 2019 08:05:56 -0800
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