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
/
libc
/
stdlib
History
Gregory Nutt
4f5879f998
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
..
Kconfig
…
lib_abort.c
…
lib_abs.c
…
lib_bsearch.c
…
lib_checkbase.c
…
lib_div.c
…
lib_itoa.c
…
lib_labs.c
…
lib_ldiv.c
…
lib_llabs.c
…
lib_lldiv.c
…
lib_mbtowc.c
…
lib_mkstemp.c
…
lib_mktemp.c
…
lib_ptsname.c
…
lib_ptsnamer.c
…
lib_qsort.c
…
lib_rand.c
…
lib_srand.c
…
lib_strtod.c
…
lib_strtof.c
…
lib_strtol.c
…
lib_strtold.c
…
lib_strtoll.c
…
lib_strtoul.c
…
lib_strtoull.c
…
lib_unlockpt.c
…
lib_wctomb.c
…
Make.defs
…