nuttx/include/cxx
2017-02-17 09:48:55 -06: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 Allows c++ code to compile with or without CONFIG_LIBC_LOCALE 2016-10-19 06:49:19 -10: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
cstdbool
cstddef
cstdint
cstdio Update some C++ header files 2017-02-14 07:48:54 -06:00
cstdlib Update some C++ header files 2017-02-14 07:48:54 -06:00
cstring C library: Add ffs(). Add strings.h. Move strcasecmp, strncasecmp, bzero, bcmp, and bcopy to where they belong in strings.h.h, not string.h. bzero, bcmp, and bcopy are legacy functions; the contemporary counterparts should be used instead. 2017-02-16 16:10:09 -06:00
ctime
cunistd C library: Add swab() 2017-02-16 14:42:27 -06:00
cwchar Update cwchar. Add cwctype. 2017-02-17 09:45:54 -06:00
cwctype wctype.h needs extern C 2017-02-17 09:48:55 -06:00