|
ADC Home > Reference Library > Reference > Mac OS X > Mac OS X Man Pages
|
|
This document is a Mac OS X manual page. Manual pages are a command-line technology for providing documentation. You can view these manual pages locally using the man(1) command. These manual pages come from many different sources, and thus, have a variety of writing styles. For more information about the manual page format, see the manual page for manpages(5). |
FREELOCALE(3) BSD Library Functions Manual FREELOCALE(3)
NAME
freelocale -- Frees an allocated locale
SYNOPSIS
#include <xlocale.h>
int
freelocale(locale_t loc);
DESCRIPTION
Frees the storage associated with loc. Sub-structures have their reference counts reduced, and are
freed if the reference count becomes zero.
RETURN VALUES
Returns zero on success, -1 on error. An error will occur if loc is not a locale_t, or is NULL or
LC_GLOBAL_LOCALE.
SEE ALSO
duplocale(3), newlocale(3), querylocale(3), uselocale(3), xlocale(3)
BSD March 11, 2005 BSD
|
|