unistr/u8-strstr tests: Avoid test failure with ASAN.
[gnulib.git] / modules / dprintf
blob653cb9380c2be768b4eba17b76bfbeb430f8e0ee
1 Description:
2 dprintf() function: print formatted output to a file descriptor
4 Files:
5 lib/dprintf.c
6 m4/dprintf.m4
8 Depends-on:
9 stdio
10 vasnprintf      [test $ac_cv_func_dprintf = no || test $REPLACE_DPRINTF = 1]
11 free-posix      [test $ac_cv_func_dprintf = no || test $REPLACE_DPRINTF = 1]
12 full-write      [test $ac_cv_func_dprintf = no || test $REPLACE_DPRINTF = 1]
13 errno           [test $ac_cv_func_dprintf = no || test $REPLACE_DPRINTF = 1]
15 configure.ac:
16 gl_FUNC_DPRINTF
17 gl_STDIO_MODULE_INDICATOR([dprintf])
19 Makefile.am:
21 Include:
22 <stdio.h>
24 License:
25 LGPL
27 Maintainer:
28 all