incubator-nuttx/include/cxx
Gregory Nutt 14ae6df182 locale.h: Add a bogus definition of locale_t 2017-05-12 10:13:18 -06:00
..
cassert Header file clean-up 2012-07-17 03:58:11 +00:00
cctype Implement ctype.h functions as inline if possible. cctype can then properly select namespace. 2016-10-22 08:18:00 -06:00
cerrno Header file clean-up 2012-07-17 03:58:11 +00:00
cfcntl Fix a couple of C++ related problems in include/cxx 2014-10-11 08:40:19 -06:00
climits Header file clean-up 2012-07-17 03:58:11 +00:00
clocale locale.h: Add a bogus definition of locale_t 2017-05-12 10:13:18 -06:00
cmath Correct #if to #ifdef when the macro can be undefined. Fix bug in AT24XX driver: it should compare AT24XX_ADDRSIZE to 2. 2015-09-01 13:52:29 -04:00
csched Move scheduler instrumentation hooks out of sched.h (where they seem like application interfaces) and into nuttx/sched.h where it is clare that these are OS internal interfaces. 2016-03-16 11:00:31 -06:00
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 Add a generic GCC stdarg.h header file 2012-07-08 14:50:43 +00:00
cstdbool cstdbool: Ignore _Bool8 if CONFIG_C99_BOOL8=y 2014-02-28 10:03:03 -06:00
cstddef Fixing bad idempotence definition in C++ header files 2014-02-27 10:49:27 -06:00
cstdint Add a generic GCC stdarg.h header file 2012-07-08 14:50:43 +00:00
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 C++: Remove 'using ::timeval' from ctime. struct timeval was recently move to sys/time.h where it belongs. Now there are problems when it is referenced in ctime. Fixed by just removing it from ctime. Is that correct? or should ctime include sys/time.h? Noted by David Sidrane 2015-02-18 20:51:11 -06:00
cunistd Add setbuf and setvbuf to cstdio. 2017-02-17 10:06:30 -06:00
cwchar Include wcstold in C++ cwchar header file 2017-03-27 09:49:44 -06:00
cwctype wctype.h needs extern C 2017-02-17 09:48:55 -06:00