incubator-nuttx/include
ligd c8c2745fa7 include/sys/types.h: add u_intXX_t support
like u_int8_t u_int16_t u_in32_t...

Change-Id: Ieee5014bddb1cf1a6e769af7258ff524263f67fb
Signed-off-by: ligd <liguiding1@xiaomi.com>
2020-09-11 10:41:24 +08:00
..
arpa
cxx libc: Always declare getenv, link/symlink and atexit/on_exit 2020-07-08 12:07:22 +01:00
net NXStyle fixes 2020-06-15 08:07:19 -06:00
netinet
netpacket net: For Bluetooth sockets use the Linux sockaddr types 2020-08-29 14:04:54 -06:00
nuttx sched/note: Move the circle buffer code to driver 2020-09-07 11:54:10 +08:00
sys include/sys/types.h: add u_intXX_t support 2020-09-11 10:41:24 +08:00
.gitignore
aio.h
alloca.h
assert.h arch: up_assert shouldn't call exit directly 2020-07-19 01:21:36 +01:00
crc8.h
crc16.h
crc32.h
crc64.h
ctype.h libc: Change ctype macro to normal function 2020-08-21 16:56:00 +08:00
debug.h
dirent.h vfs/dirread: Should return the same file type as lstat 2020-07-07 13:41:10 +01:00
dlfcn.h
dsp.h
elf.h
elf32.h
elf64.h
endian.h
errno.h
fcntl.h
fixedmath.h
ftw.h libc: Implement ftw and nftw function 2020-08-11 16:44:42 +09:00
grp.h
hex2bin.h
inttypes.h
libgen.h
limits.h
locale.h libc/locale: Add the mininal support for locale_t operation 2020-06-15 07:20:19 -06:00
lzf.h
malloc.h mm: Implement malloc_usable_size 2020-08-24 03:36:44 -07:00
mqueue.h
netdb.h
nxflat.h
poll.h
pthread.h sched/pthread: Implement pthread_attr_[get|set]detachstate 2020-08-20 10:46:14 +01:00
pwd.h
queue.h
sched.h
semaphore.h Implement proposed POSIX _clockwait variants of existing _timedwait functions 2020-07-27 20:39:59 -03:00
signal.h sched/signal: Add sighandler_t typedef 2020-08-21 09:59:46 +01:00
spawn.h
stdbool.h
stddef.h
stdint.h arch: Move PRIxMAX and SCNxMAX definition to include/stdint.h 2020-06-10 08:24:47 +02:00
stdio.h libc: Refine the inline handling 2020-07-04 11:10:29 +09:00
stdlib.h libc: Always declare getenv, link/symlink and atexit/on_exit 2020-07-08 12:07:22 +01:00
stdnoreturn.h
string.h libc: Implement strlcpy function 2020-08-14 03:44:26 -07:00
strings.h libc: Change index/rindex from macro to function 2020-08-05 04:39:03 -07:00
syscall.h
syslog.h
termios.h
threads.h
time.h libc/time: Implement tm::tm_gmtoff field 2020-08-21 07:48:52 -03:00
unistd.h libc: Always declare getenv, link/symlink and atexit/on_exit 2020-07-08 12:07:22 +01:00
uuid.h libc: Add uuid implemenation 2020-07-21 21:48:18 -07:00
wchar.h libc: Add the remaining wscanf series declaration 2020-06-08 11:42:56 +01:00
wctype.h