Home
Main website
Display Sidebar
Hide Ads
Recent Changes
View Source:
string(3)
Edit
PageHistory
Diff
Info
LikePages
STRING !!!STRING NAME SYNOPSIS DESCRIPTION SEE ALSO ---- !!NAME strcasecmp, strcat, strchr, strcmp, strcoll, strcpy, strcspn, strdup, strfry, strlen, strncat, strncmp, strncpy, strncasecmp, strpbrk, strrchr, strsep, strspn, strstr, strtok, strxfrm, index, rindex - string operations !!SYNOPSIS __#include __''s1''__, const char *__''s2''__); char *strcat(char *__''dest''__, const char *__''src''__); char *strchr(const char *__''s''__, int__ ''c''__); int strcmp(const char *__''s1''__, const char *__''s2''__); int strcoll(const char *__''s1''__, const char *__''s2''__); char *strcpy(char *__''dest''__, const char *__''src''__); size_t strcspn(const char *__''s''__, const char *__''reject''__); char *strdup(const char *__''s''__); char *strfry(char *__''string''__); size_t strlen(const char *__''s''__); char *strncat(char *__''dest''__, const char *__''src''__, size_t__ ''n''__); int strncmp(const char *__''s1''__, const char *__''s2''__, size_t__ ''n''__); char *strncpy(char *__''dest''__, const char *__''src''__, size_t__ ''n''__); int strncasecmp(const char *__''s1''__, const char *__''s2''__, size_t__ ''n''__); char *strpbrk(const char *__''s''__, const char *__''accept''__); char *strrchr(const char *__''s''__, int__ ''c''__); char *strsep(char **__''stringp''__, const char *__''delim''__); size_t strspn(const char *__''s''__, const char *__''accept''__); char *strstr(const char *__''haystack''__, const char *__''needle''__); char *strtok(char *__''s''__, const char *__''delim''__); size_t strxfrm(char *__''dest''__, const char *__''src''__, size_t__ ''n''__); char *index(const char *__''s''__, int__ ''c''__); char *rindex(const char *__''s''__, int__ ''c''__); __ !!DESCRIPTION The string functions perform string operations on NULL-terminated strings. See the individual man pages for descriptions of each function. !!SEE ALSO index(3), rindex(3), strcasecmp(3), strcat(3), strchr(3), strcmp(3), strcoll(3), strcpy(3), strcspn(3), strdup(3), strfry(3), strlen(3), strncat(3), strncmp(3), strncpy(3), strncasecmp(3), strpbrk(3), strrchr(3), strsep(3), strspn(3), strstr(3), strtok(3), strxfrm(3) ----
2 pages link to
string(3)
:
Man3s
strlen(3)
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.