FREELOCALE(3) | MidnightBSD Library Functions Manual | FREELOCALE(3) |
freelocale
— Frees
a locale created with
duplocale(3) or
newlocale(3)
Standard C Library (libc, -lc)
#include
<locale.h>
void
freelocale
(locale_t
locale);
Frees a locale_t. This relinquishes any resources held exclusively by this locale. Note that locales share reference-counted components, so a call to this function is not guaranteed to free all of the components.
duplocale(3), localeconv(3), newlocale(3), querylocale(3), uselocale(3), xlocale(3)
This function conforms to IEEE Std 1003.1-2008 (“POSIX.1”).
July 26, 2016 | midnightbsd-3.1 |