#pragma once #include enum { LC_ALL, LC_NUMERIC, LC_CTYPE, }; __BEGIN_DECLS char* setlocale(int category, const char* locale); __END_DECLS