summaryrefslogtreecommitdiff
path: root/modules/ftoastr
blob: 9d62add472d92aabaa353b9b61f3578caa1e12b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Description:
Convert float to accurate string.

Files:
lib/ftoastr.h
lib/ftoastr.c

Depends-on:
extensions
intprops

configure.ac:
gl_CHECK_FUNCS_ANDROID([strtof], [[#include <stdlib.h>]])

Makefile.am:
lib_SOURCES += ftoastr.c

Include:
"ftoastr.h"

License:
GPL

Maintainer:
Paul Eggert