Standard library header - cppreference.com (original) (raw)
This header was originally in the C standard library as <locale.h>.
This header is part of the text processing library.
[edit] Synopsis
namespace std { struct lconv; char* setlocale(int category, const char* locale); lconv* localeconv(); } #define NULL /* see description / #define LC_ALL / see description / #define LC_COLLATE / see description / #define LC_CTYPE / see description / #define LC_MONETARY / see description / #define LC_NUMERIC / see description / #define LC_TIME / see description */
[edit] Notes
- NULL is also defined in the following headers: