Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ loconv(S) — OpenDesktop Software Development System 3.0.0

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

lconv(FP)

setlocale(S)


 localeconv(S)                  6 January 1993                  localeconv(S)


 Name

    localeconv - get lconv structure pointer

 Syntax


    cc  . . .  -lc


    #include <locale.h>

    struct lconv *localeconv ()


 Description

    The localeconv routine returns a pointer to a statically allocated lconv
    structure.  When localeconv is called, setlocale(S) is implicitly called
    and sets locale-specific values for LCALL, LCNUMERIC, or LCMONETARY
    automatically into the structure.  Refer to lconv(FP) for information
    about the lconv structure.

 Return value

    A pointer to the static lconv structure is returned.  No errors occur
    from calling this routine.

 See also

    lconv(FP), setlocale(S)

 Standards conformance

    The localeconv routine conforms to:
    ANSI X3.159-1989 Programming Language -- Cand IEEE POSIX Std 1003.1-1990
    System Application Program Interface (API) [C Language] (ISO/IEC 9945-1).


Typewritten Software • bear@typewritten.org • Edmonds, WA 98026