clocale
来自「C语言库函数的原型,有用的拿去」· 代码 · 共 33 行
TXT
33 行
// clocale standard header
#pragma once
#ifndef _CLOCALE_
#define _CLOCALE_
#include <yvals.h>
#ifdef _STD_USING
#undef _STD_USING
#include <locale.h>
#define _STD_USING
#else /* _STD_USING */
#include <locale.h>
#ifndef LC_MESSAGES
#define LC_MESSAGES (LC_TIME + 1)
#endif /* LC_MESSAGES */
#endif /* _STD_USING */
#if _GLOBAL_USING && !defined(RC_INVOKED)
_STD_BEGIN
using _CSTD lconv; using _CSTD localeconv; using _CSTD setlocale;
_STD_END
#endif /* _GLOBAL_USING */
#endif /* _CLOCALE_ */
/*
* Copyright (c) 1992-2009 by P.J. Plauger. ALL RIGHTS RESERVED.
* Consult your license regarding permissions and restrictions.
V5.20:0009 */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?