SETLOCALE(3C) (C Programming Language Utilities) SETLOCALE(3C)
NAME
setlocale - set or query current locale
SYNOPSIS
char *
setlocale (category, locale)
int category;
char *locale;
DESCRIPTION
setlocale is defined by ANSI C. Since it is not defined by
Common Usage C, it currently returns NULL.
Page 1 May 1989