<clocale>
Standard C 라이브러리 헤더 <locale.h> 를 포함하고 연결된 이름을 네임스페이스에 std
추가합니다.
요구 사항
헤더:<clocale>
네임스페이스: std
설명
이 헤더를 포함하는 경우 표준 C 라이브러리 헤더의 외부 링크를 사용하여 선언한 이름이 std
네임스페이스에도 선언됩니다.
상수
#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
구조
struct lconv;
함수
char* setlocale(int category, const char* locale);
lconv* localeconv();