tango.stdc.string

D header file for C99.

Members

Aliases

mbstate_t
alias mbstate_t = int
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

btowc
wint_t btowc(int c)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mbrlen
size_t mbrlen(char* s, size_t n, mbstate_t* ps)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mbrtowc
size_t mbrtowc(wchar_t* pwc, char* s, size_t n, mbstate_t* ps)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mbsinit
int mbsinit(mbstate_t* ps)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mbsrtowcs
size_t mbsrtowcs(wchar_t* dst, char** src, size_t len, mbstate_t* ps)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
memchr
void* memchr(void* s, int c, size_t n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
memcmp
int memcmp(void* s1, void* s2, size_t n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
memcpy
void* memcpy(void* s1, void* s2, size_t n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
memmove
void* memmove(void* s1, void* s2, size_t n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
memset
void* memset(void* s, int c, size_t n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
strcat
char* strcat(char* s1, char* s2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
strchr
char* strchr(char* s, int c)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
strcmp
int strcmp(char* s1, char* s2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
strcoll
int strcoll(char* s1, char* s2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
strcpy
char* strcpy(char* s1, char* s2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
strcspn
size_t strcspn(char* s1, char* s2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
strdup
char* strdup(char* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
strerror
char* strerror(int errnum)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
strlen
size_t strlen(char* s)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
strncat
char* strncat(char* s1, char* s2, size_t n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
strncmp
int strncmp(char* s1, char* s2, size_t n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
strncpy
char* strncpy(char* s1, char* s2, size_t n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
strpbrk
char* strpbrk(char* s1, char* s2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
strrchr
char* strrchr(char* s, int c)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
strsignal
char* strsignal(int sig)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
strspn
size_t strspn(char* s1, char* s2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
strstr
char* strstr(char* s1, char* s2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
strtok
char* strtok(char* s1, char* s2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
strxfrm
size_t strxfrm(char* s1, char* s2, size_t n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wcrtomb
size_t wcrtomb(char* s, wchar_t wc, mbstate_t* ps)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wcscat
wchar_t* wcscat(wchar_t* s1, wchar_t* s2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wcschr
wchar_t* wcschr(wchar_t* s, wchar_t c)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wcscmp
int wcscmp(wchar_t* s1, wchar_t* s2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wcscoll
int wcscoll(wchar_t* s1, wchar_t* s2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wcscpy
wchar_t* wcscpy(wchar_t* s1, wchar_t* s2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wcscspn
size_t wcscspn(wchar_t* s1, wchar_t* s2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wcslen
size_t wcslen(wchar_t* s)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wcsncat
wchar_t* wcsncat(wchar_t* s1, wchar_t* s2, size_t n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wcsncmp
int wcsncmp(wchar_t* s1, wchar_t* s2, size_t n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wcsncpy
wchar_t* wcsncpy(wchar_t* s1, wchar_t* s2, size_t n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wcspbrk
wchar_t* wcspbrk(wchar_t* s1, wchar_t* s2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wcsrchr
wchar_t* wcsrchr(wchar_t* s, wchar_t c)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wcsrtombs
size_t wcsrtombs(char* dst, wchar_t** src, size_t len, mbstate_t* ps)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wcsspn
size_t wcsspn(wchar_t* s1, wchar_t* s2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wcsstr
wchar_t* wcsstr(wchar_t* s1, wchar_t* s2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wcstok
wchar_t* wcstok(wchar_t* s1, wchar_t* s2, wchar_t** ptr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wcsxfrm
size_t wcsxfrm(wchar_t* s1, wchar_t* s2, size_t n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wctob
int wctob(wint_t c)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wmemchr
wchar_t* wmemchr(wchar_t* s, wchar_t c, size_t n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wmemcmp
int wmemcmp(wchar_t* s1, wchar_t* s2, size_t n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wmemcpy
wchar_t* wmemcpy(wchar_t* s1, wchar_t* s2, size_t n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wmemmove
wchar_t* wmemmove(wchar_t* s1, wchar_t* s2, size_t n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wmemset
wchar_t* wmemset(wchar_t* s, wchar_t c, size_t n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta

License

Public Domain

Standards

ISO/IEC 9899:1999 (E)

Authors

Sean Kelly