freelocale(3) mojave man page | unix.com

Man Page: freelocale

Operating Environment: mojave

Section: 3

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
Related Man Pages
isalpha_l(3) - mojave
iscntrl_l(3) - mojave
isideogram_l(3) - mojave
newlocale(3) - osx
duplocale(3) - freebsd
Similar Topics in the Unix Linux Community
Update: Uploading Movies at Attachments to Posts
Instructions to Clear Data Cache in Safari, Chrome, Firefox, Opera Browsers (Pictures)
Shopt -s histappend
How can I direct messages from mac console.app to a log file?
Python 3.8.0rc1 released.