localeconv()

Returns conversion settings for the current locale.

  #include <locale.h>
  
  struct lconv* localeconv(void);    
Remarks

The ISO/IEC C standard specifies that aspects of the C compiler should be adaptable to geographic locales. The locale.h header file provides facilities for handling different character sets and numeric formats. CodeWarrior C compilers and EWL use the "C" locale by default and a native locale named "" (the empty string).