1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-16 01:22:18 +03:00
Files
gnulib/doc/c-locale.texi
Bruno Haible 67d1468377 Prepare for reordering sections in the manual.
* doc/gnulib.texi: Move several sections to separate files. Include
these files.
* doc/out-of-memory.texi: New file, extracted from doc/gnulib.texi.
* doc/obsolete.texi: Likewise.
* doc/extra-tests.texi: Likewise.
* doc/transversal.texi: Likewise.
* doc/namespace.texi: Likewise.
* doc/check-version.texi: Likewise.
* doc/windows-sockets.texi: Likewise.
* doc/windows-libtool.texi: Likewise.
* doc/licenses-texi.texi: Likewise.
* doc/build-automation.texi: Likewise.
* doc/c-locale.texi: Likewise.
2017-05-10 19:19:51 +02:00

52 lines
986 B
Plaintext

@node String Functions in C Locale
@section Character and String Functions in C Locale
The functions in this section are similar to the generic string functions
from the standard C library, except that
@itemize
@item
They behave as if the locale was set to the "C" locale, even when the
locale is different, and/or
@item
They are specially optimized for the case where all characters are plain
ASCII characters.
@end itemize
@menu
* c-ctype::
* c-strcase::
* c-strcaseeq::
* c-strcasestr::
* c-strstr::
* c-strtod::
* c-strtold::
@end menu
@node c-ctype
@subsection c-ctype
@include c-ctype.texi
@node c-strcase
@subsection c-strcase
@include c-strcase.texi
@node c-strcaseeq
@subsection c-strcaseeq
@include c-strcaseeq.texi
@node c-strcasestr
@subsection c-strcasestr
@include c-strcasestr.texi
@node c-strstr
@subsection c-strstr
@include c-strstr.texi
@node c-strtod
@subsection c-strtod
@include c-strtod.texi
@node c-strtold
@subsection c-strtold
@include c-strtold.texi