Expand description
string.h implementation.
See https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/string.h.html.
Functions§
- inner_
strspn ⚠ - memccpy⚠
- See https://pubs.opengroup.org/onlinepubs/9799919799/functions/memccpy.html.
- memchr⚠
- See https://pubs.opengroup.org/onlinepubs/9799919799/functions/memchr.html.
- memcmp⚠
- See https://pubs.opengroup.org/onlinepubs/9799919799/functions/memcmp.html.
- memcpy⚠
- See https://pubs.opengroup.org/onlinepubs/9799919799/functions/memcpy.html.
- memmem⚠
- See https://pubs.opengroup.org/onlinepubs/9799919799/functions/memmem.html.
- memmove⚠
- See https://pubs.opengroup.org/onlinepubs/9799919799/functions/memmove.html.
- memrchr⚠
- Non-POSIX, see https://www.man7.org/linux/man-pages/man3/memchr.3.html.
- memset⚠
- See https://pubs.opengroup.org/onlinepubs/9799919799/functions/memset.html.
- stpcpy⚠
- See https://pubs.opengroup.org/onlinepubs/9799919799/functions/strcpy.html.
- stpncpy⚠
- See https://pubs.opengroup.org/onlinepubs/9799919799/functions/strncpy.html.
- strcasestr⚠
- Non-POSIX, see https://www.man7.org/linux/man-pages/man3/strstr.3.html.
- strcat⚠
- See https://pubs.opengroup.org/onlinepubs/9799919799/functions/strcat.html.
- strchr⚠
- See https://pubs.opengroup.org/onlinepubs/9799919799/functions/strchr.html.
- strchrnul⚠
- Non-POSIX, see https://man7.org/linux/man-pages/man3/strchr.3.html.
- strcmp⚠
- See https://pubs.opengroup.org/onlinepubs/9799919799/functions/strcmp.html.
- strcoll⚠
- See https://pubs.opengroup.org/onlinepubs/9799919799/functions/strcoll.html.
- strcoll_
l ⚠ - See https://pubs.opengroup.org/onlinepubs/9799919799/functions/strcoll_l.html.
- strcpy⚠
- See https://pubs.opengroup.org/onlinepubs/9799919799/functions/strcpy.html.
- strcspn⚠
- See https://pubs.opengroup.org/onlinepubs/9799919799/functions/strcspn.html.
- strdup⚠
- See https://pubs.opengroup.org/onlinepubs/9799919799/functions/strdup.html.
- strerror⚠
- See https://pubs.opengroup.org/onlinepubs/9799919799/functions/strerror.html.
- strerror_
l ⚠ - See https://pubs.opengroup.org/onlinepubs/9799919799/functions/strerror_l.html.
- strerror_
r ⚠ - See https://pubs.opengroup.org/onlinepubs/9799919799/functions/strerror_r.html.
- strlcat⚠
- See https://pubs.opengroup.org/onlinepubs/9799919799/functions/strlcat.html.
- strlcpy⚠
- See https://pubs.opengroup.org/onlinepubs/9799919799/functions/strlcat.html.
- strlen⚠
- See https://pubs.opengroup.org/onlinepubs/9799919799/functions/strlen.html.
- strncat⚠
- See https://pubs.opengroup.org/onlinepubs/9799919799/functions/strncat.html.
- strncmp⚠
- See https://pubs.opengroup.org/onlinepubs/9799919799/functions/strncmp.html.
- strncpy⚠
- See https://pubs.opengroup.org/onlinepubs/9799919799/functions/strncpy.html.
- strndup⚠
- See https://pubs.opengroup.org/onlinepubs/9799919799/functions/strdup.html.
- strnlen⚠
- See https://pubs.opengroup.org/onlinepubs/9799919799/functions/strlen.html.
- strnlen_
s ⚠ - Non-POSIX, see https://en.cppreference.com/w/c/string/byte/strlen.
- strpbrk⚠
- See https://pubs.opengroup.org/onlinepubs/9799919799/functions/strpbrk.html.
- strrchr⚠
- See https://pubs.opengroup.org/onlinepubs/9799919799/functions/strrchr.html.
- strsep⚠
- Non-POSIX, see https://www.man7.org/linux/man-pages/man3/strsep.3.html.
- strsignal⚠
- See https://pubs.opengroup.org/onlinepubs/9799919799/functions/strsignal.html.
- strspn⚠
- See https://pubs.opengroup.org/onlinepubs/9799919799/functions/strspn.html.
- strstr⚠
- See https://pubs.opengroup.org/onlinepubs/9799919799/functions/strstr.html.
- strtok⚠
- See https://pubs.opengroup.org/onlinepubs/9799919799/functions/strtok.html.
- strtok_
r ⚠ - See https://pubs.opengroup.org/onlinepubs/9799919799/functions/strtok.html.
- strxfrm⚠
- See https://pubs.opengroup.org/onlinepubs/9799919799/functions/strxfrm.html.
- strxfrm_
l ⚠ - See https://pubs.opengroup.org/onlinepubs/9799919799/functions/strxfrm_l.html.