unistr/u8-strstr tests: Avoid test failure with ASAN.
[gnulib.git] / modules / fopen-safer
blobac4ce8927c8b8fd31a8e6c34a941efcc8be2f466
1 Description:
2 fopen function that avoids clobbering std{in,out,err}.
4 Files:
5 lib/stdio--.h
6 lib/stdio-safer.h
7 lib/fopen-safer.c
9 Depends-on:
10 fopen
11 unistd-safer
13 configure.ac:
14 gl_MODULE_INDICATOR([fopen-safer])
16 Makefile.am:
17 lib_SOURCES += fopen-safer.c
19 Include:
20 "stdio-safer.h"
22 License:
23 GPL
25 Maintainer:
26 Paul Eggert, Jim Meyering