C
locale.h
The locale.h header defines location specific settings, such as date formats and currency symbols. You will find several macros defined along with an important structure
Syntax:#include
Example:#include
#include
int main(void)
{
char *old_locale;
old_locale=setlocale(LC_ALL,"C");
printf("The preivous setting was %s.\n",old_locale);
return 0;
}
Content
License.
All information of this service is derived from the free sources and is provided solely in the form of quotations.
This service provides information and interfaces solely for the familiarization (not ownership) and under the "as is" condition.
Copyright 2016 © ELTASK.COM. All rights reserved.
Site is optimized for mobile devices.
Downloads: 498 / 158779689. Delta: 0.00258 с