unistr/u8-strstr tests: Avoid test failure with ASAN.
[gnulib.git] / modules / ftoastr
blob9d62add472d92aabaa353b9b61f3578caa1e12b2
1 Description:
2 Convert float to accurate string.
4 Files:
5 lib/ftoastr.h
6 lib/ftoastr.c
8 Depends-on:
9 extensions
10 intprops
12 configure.ac:
13 gl_CHECK_FUNCS_ANDROID([strtof], [[#include <stdlib.h>]])
15 Makefile.am:
16 lib_SOURCES += ftoastr.c
18 Include:
19 "ftoastr.h"
21 License:
22 GPL
24 Maintainer:
25 Paul Eggert