unistr/u8-strstr tests: Avoid test failure with ASAN.
[gnulib.git] / modules / fopen
blob3d538393f10822e184d9d7b9e1f1e945d3962e09
1 Description:
2 fopen() function: open a stream to a file.
4 Files:
5 lib/fopen.c
6 m4/fopen.m4
7 m4/fclose.m4
8 m4/fflush.m4
10 Depends-on:
11 stdio
12 largefile
13 fcntl-h         [test $REPLACE_FOPEN = 1]
14 stdbool         [test $REPLACE_FOPEN = 1]
15 unistd          [test $REPLACE_FOPEN = 1]
16 close           [test $REPLACE_FOPEN = 1]
17 fstat           [test $REPLACE_FOPEN = 1]
19 configure.ac:
20 gl_FUNC_FOPEN
21 if test $REPLACE_FOPEN = 1; then
22   AC_LIBOBJ([fopen])
23   gl_PREREQ_FOPEN
25 gl_STDIO_MODULE_INDICATOR([fopen])
27 Makefile.am:
29 Include:
30 <stdio.h>
32 License:
33 LGPLv2+
35 Maintainer:
36 all