Keil Logo Arm Logo

C and C++ Libraries and Floating-Point Support Reference

_get_lconv()

_get_lconv()

Defined in locale.h, _get_lconv() performs the same function as the standard C library function, localeconv(), except that it delivers the result in user-provided memory instead of an internal static variable. _get_lconv() sets the components of an lconv structure with values appropriate for the formatting of numeric quantities.

Show/hideSyntax

void _get_lconv(struct lconv *lc);

Show/hideUsage

This extension to the ISO C library does not use any static data. If you are building an application that must conform strictly to the ISO C standard, use localeconv() instead.

Show/hideReturns

The existing lconv structure lc is filled with formatting data.

Show/hideSee also

Reference
Copyright © 2011-2012 ARM. All rights reserved.ARM DUI 0589B
Non-ConfidentialID062912

Keil logo

Arm logo
Important information

This site uses cookies to store information on your computer. By continuing to use our site, you consent to our cookies.