nuttx/libc/locale
David Sidrane b1ed7910f0 Allows c++ code to compile with or without CONFIG_LIBC_LOCALE
and will generate a link error if CONFIG_LIBC_LOCALE is not defined
and setlocale is referneced. With CONFIG_LIBC_LOCALE defined
setlocale will act as if MB string is not supported and return
"C" for POSIX. C and ""
2016-10-19 06:49:19 -10:00
..
lib_localeconv.c Fix a few wide character build issues 2016-10-18 19:11:09 -06:00
lib_setlocale.c Allows c++ code to compile with or without CONFIG_LIBC_LOCALE 2016-10-19 06:49:19 -10:00
Make.defs Fix a few wide character build issues 2016-10-18 19:11:09 -06:00