Territory Support=================<locale.h>#define  __locale_h#define  LC_COLLATE  1#define  LC_CTYPE    2#define  LC_MONETARY 4#define  LC_NUMERIC  8#define  LC_TIME    16#define  LC_ALL     31char     *setlocale(int /*category*/, const char * /*locale*/);struct  lconv { };struct  lconv *localeconv(void);#define NULL 0