string.h¶
Macros¶
Macro |
Implemented |
C23 Standard Section |
POSIX Docs |
---|---|---|---|
__STDC_VERSION_STRING_H__ |
7.26.1 |
Functions¶
Function |
Implemented |
C23 Standard Section |
POSIX Docs |
---|---|---|---|
memccpy |
✅ |
7.26.2.2 |
|
memchr |
✅ |
7.26.5.2 |
|
memcmp |
✅ |
7.26.4.1 |
|
memcpy |
✅ |
7.26.2.1 |
|
memmove |
✅ |
7.26.2.3 |
|
mempcpy |
✅ |
TODO: glibc extension |
|
memset |
✅ |
7.26.6.1 |
|
memset_explicit |
✅ |
7.26.6.2 |
|
stpcpy |
✅ |
||
stpncpy |
✅ |
||
strcat |
✅ |
7.26.3.1 |
|
strchr |
✅ |
7.26.5.3 |
|
strcmp |
✅ |
7.26.4.2 |
|
strcoll |
✅ |
7.26.4.3 |
|
strcoll_l |
✅ |
||
strcpy |
✅ |
7.26.2.4 |
|
strcspn |
✅ |
7.26.5.4 |
|
strdup |
✅ |
7.26.2.6 |
|
strerror |
✅ |
7.26.6.3 |
|
strlen |
✅ |
7.26.6.4 |
|
strncat |
✅ |
7.26.3.2 |
|
strncmp |
✅ |
7.26.4.4 |
|
strncpy |
✅ |
7.26.2.5 |
|
strndup |
✅ |
7.26.2.7 |
|
strpbrk |
✅ |
7.26.5.5 |
|
strrchr |
✅ |
7.26.5.6 |
|
strspn |
✅ |
7.26.5.7 |
|
strstr |
✅ |
7.26.5.8 |
|
strtok |
✅ |
7.26.5.9 |
|
strtok_r |
✅ |
||
strxfrm |
✅ |
7.26.4.5 |
|
strxfrm_l |
✅ |