xstrtod, xstrtold: Add documentation.
[gnulib.git] / modules / unictype / property-bidi-control
blob03be3f99705a84f59a701bcada3de80863c637e1
1 Description:
2 Test whether a Unicode character is "bidi control".
4 Files:
5 lib/unictype/pr_bidi_control.c
6 lib/unictype/pr_bidi_control.h
7 lib/unictype/bitmap.h
9 Depends-on:
10 unictype/base
11 unictype/bidiclass-of
13 configure.ac:
14 AC_REQUIRE([AC_C_INLINE])
15 gl_UNICTYPE_H_REQUIRE_DEFAULTS
16 gl_LIBUNISTRING_MODULE_WITH_VARIABLE([1.2], [unictype/property-bidi-control])
18 Makefile.am:
19 if LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_BIDI_CONTROL
20 lib_SOURCES += unictype/pr_bidi_control.c
21 endif
23 Include:
24 "unictype.h"
26 License:
27 LGPLv3+ or GPLv2+
29 Maintainer:
30 all