February 2013
Intermediate to advanced
538 pages
20h 55m
English
nl_langinfo
string nl_langinfo(int item)Returns the string containing the information for
item in the current locale;
item is one of a number of different values
such as day names, time format strings, and so on. The actual possible
values are different on different implementations of the C library;
see <langinfo.h> on your
machine for the values on your OS.
Read now
Unlock full access