This website requires JavaScript.
Explore
Help
Sign In
sergiotarxz
/
nuttx
Watch
1
Star
0
Fork
0
You've already forked nuttx
Code
Issues
Pull Requests
Releases
Wiki
Activity
nuttx
/
include
/
cxx
History
ligd
57dfb98713
include: add dependence to setvbuf & isatty, undefine symbols when !CONFIG_SERIAL_TERMIOS
...
Change-Id: I053504fcfc90d926e6f529bfd7badedc71596313 Signed-off-by: ligd <liguiding1@xiaomi.com>
2020-09-15 10:28:21 -03:00
..
cassert
…
cctype
…
cerrno
…
cfcntl
…
climits
…
clocale
locale.h: Add a bogus definition of locale_t
2017-05-12 10:13:18 -06:00
cmath
lib/math: Remove float32 and float64 definition
2020-07-02 10:53:34 -03:00
csched
Make task_init() and task_activate() internal OS functions.
2020-05-25 23:54:45 +01:00
csignal
…
cstdarg
…
cstdbool
…
cstddef
libc: Move double_t typedef from sys/types.h to math.h
2020-06-29 13:37:41 +01:00
cstdint
…
cstdio
…
cstdlib
libc: Always declare getenv, link/symlink and atexit/on_exit
2020-07-08 12:07:22 +01:00
cstring
libc: Refine the inline handling
2020-07-04 11:10:29 +09:00
ctime
include/cxx/ctime: Remove gititimer and setitimer. These are prototyped in sys/time.h, not time.h. Alternatively, ctime could include sys/time.h. Those APIs should also be in the std namespace.
2019-11-13 14:01:25 -06:00
cunistd
include: add dependence to setvbuf & isatty, undefine symbols when !CONFIG_SERIAL_TERMIOS
2020-09-15 10:28:21 -03:00
cwchar
include/cxx/cwchar: include wctype.h to fix libcxx build break
2020-06-04 12:07:16 +01:00
cwctype
…