String (3) - Linux Manual Page: Name Synopsis Description See Also Colophon
String (3) - Linux Manual Page: Name Synopsis Description See Also Colophon
NAME top
SYNOPSIS top
#include <strings.h>
Create PDF in your applications with the Pdfcrowd HTML to PDF API PDFCROWD
c in the string s.
#include <string.h>
Create PDF in your applications with the Pdfcrowd HTML to PDF API PDFCROWD
char *strdup(const char *s);
Return a duplicate of the string s in memory allocated
using malloc(3).
Create PDF in your applications with the Pdfcrowd HTML to PDF API PDFCROWD
size_t strspn(const char *s, const char *accept);
Calculate the length of the starting segment in the string
s that consists entirely of bytes in accept.
DESCRIPTION top
Create PDF in your applications with the Pdfcrowd HTML to PDF API PDFCROWD
COLOPHON top
2021-03-22 STRING(3)
Pages that refer to this page: bstring(3), index(3), stpcpy(3), strcasecmp(3), strcat(3), strchr(3),
strcmp(3), strcoll(3), strcpy(3), strdup(3), strfry(3), strlen(3), strpbrk(3), strsep(3), strspn(3), strstr(3),
strtok(3), strxfrm(3)
Create PDF in your applications with the Pdfcrowd HTML to PDF API PDFCROWD