nl_langinfo - get locale information
#include <nl_types.h>
#include <langinfo.h>
char *
nl_langinfo(nl_item item);
The nl_langinfo() function returns a pointer to a string
containing information
set by the program's locale.
The names and values of item are defined in <langinfo.h>.
nl_langinfo() returns a pointer to an empty string if item
is invalid.
setlocale(3)
OpenBSD 3.6 July 14, 1994
[ Back ] |