nuttx/include/cxx
David Sidrane d0023038a5 cwchar:Use CONFIG_LIBC_WCHAR to only export the wc/mb functions
When a build does not want to use wide or multibyte char
   CONFIG_LIBC_WCHAR is not set. Therefore we should to only
   export the wc/mb functions when defined.

   Regardless of the stat of CONFIG_LIBC_WCHAR the non mb/wc
   definitions such as mbstate_t, wint_t, wctype_t need to be
   exported.
2017-08-10 14:22:51 -10:00
..
cassert
cctype Implement ctype.h functions as inline if possible. cctype can then properly select namespace. 2016-10-22 08:18:00 -06:00
cerrno
cfcntl
climits
clocale locale.h: Add a bogus definition of locale_t 2017-05-12 10:13:18 -06:00
cmath libm: Port gamma() and lgamma() from FreeBSD to NuttX. 2017-08-08 07:02:39 -06:00
csched
csignal include/cxx: Update some C++ header files due to recent changes to C hader files 2016-08-25 15:06:46 -06:00
cstdarg
cstdbool
cstddef
cstdint
cstdio Add setbuf and setvbuf to cstdio. 2017-02-17 10:06:30 -06:00
cstdlib Update some C++ header files 2017-02-14 07:48:54 -06:00
cstring C library: Add strerror_r 2017-03-08 12:14:07 -06:00
ctime
cunistd Add setbuf and setvbuf to cstdio. 2017-02-17 10:06:30 -06:00
cwchar cwchar:Use CONFIG_LIBC_WCHAR to only export the wc/mb functions 2017-08-10 14:22:51 -10:00
cwctype wctype.h needs extern C 2017-02-17 09:48:55 -06:00