Skip to content

Latest commit

 

History

History
52 lines (38 loc) · 1.17 KB

clocale.md

File metadata and controls

52 lines (38 loc) · 1.17 KB
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: <clocale>
<clocale>
11/04/2016
<clocale>
clocale header
5bde3e01-cf67-4f1f-a383-447ec814d00e

<clocale>

Includes the Standard C library header <locale.h> and adds the associated names to the std namespace.

Requirements

Header: <clocale>

Namespace: std

Remarks

Including this header ensures that the names declared using external linkage in the Standard C library header are declared in the std namespace.

Constants

#define NULL see below
#define LC_ALL see below
#define LC_COLLATE see below
#define LC_CTYPE see below
#define LC_MONETARY see below
#define LC_NUMERIC see below
#define LC_TIME see below

Structures

struct lconv;

Functions

char* setlocale(int category, const char* locale);
lconv* localeconv();

See also

Header Files Reference
C++ Standard Library Overview
Thread Safety in the C++ Standard Library