c-strtof, c-strtod, c-strtold: Make multithread-safe.
[gnulib.git] / doc / c-locale.texi
blobb9f62748738c45531c713c89523f3b0b2cc4f4ab
1 @node String Functions in C Locale
2 @subsection Character and String Functions in C Locale
4 The functions in this section are similar to the generic string functions
5 from the standard C library, except that
6 @itemize
7 @item
8 They behave as if the locale was set to the "C" locale, even when the
9 locale is different, and/or
10 @item
11 They are specially optimized for the case where all characters are plain
12 ASCII characters.
13 @end itemize
15 The functions are provided by the following modules.
17 @menu
18 * c-ctype::
19 * c-strcase::
20 * c-strcaseeq::
21 * c-strcasestr::
22 * c-strstr::
23 * c-strtod::
24 * c-strtold::
25 @end menu
27 @node c-ctype
28 @subsubsection c-ctype
29 @include c-ctype.texi
31 @node c-strcase
32 @subsubsection c-strcase
33 @include c-strcase.texi
35 @node c-strcaseeq
36 @subsubsection c-strcaseeq
37 @include c-strcaseeq.texi
39 @node c-strcasestr
40 @subsubsection c-strcasestr
41 @include c-strcasestr.texi
43 @node c-strstr
44 @subsubsection c-strstr
45 @include c-strstr.texi
47 @node c-strtod
48 @subsubsection c-strtod
49 @include c-strtod.texi
51 @node c-strtold
52 @subsubsection c-strtold
53 @include c-strtold.texi