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
d45b731fbd
Branches
Tags
View all branches
nuttx
/
libc
/
string
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
libc/Kconfig: Use menus vs. comments to better organize the C library menus
2017-02-10 10:04:56 -06:00
lib_ffs.c
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
lib_isbasedigit.c
…
lib_memccpy.c
…
lib_memchr.c
…
lib_memcmp.c
…
lib_memcpy.c
…
lib_memmove.c
…
lib_memset.c
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
lib_skipspace.c
…
lib_stpcpy.c
…
lib_strcasecmp.c
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
lib_strcasestr.c
…
lib_strcat.c
…
lib_strchr.c
…
lib_strcmp.c
…
lib_strcoll.c
…
lib_strcpy.c
…
lib_strcspn.c
…
lib_strdup.c
…
lib_strerror.c
…
lib_strlen.c
…
lib_strncasecmp.c
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
lib_strncat.c
…
lib_strncmp.c
…
lib_strncpy.c
…
lib_strndup.c
…
lib_strnlen.c
…
lib_strpbrk.c
…
lib_strrchr.c
…
lib_strspn.c
…
lib_strstr.c
…
lib_strtok.c
…
lib_strtokr.c
…
lib_strxfrm.c
…
lib_vikmemcpy.c
…
Make.defs
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