I have forgotten
my Password

Or login with:

  • Facebookhttp://facebook.com/
  • Googlehttps://www.google.com/accounts/o8/id
  • Yahoohttps://me.yahoo.com
ComputingC

String.h

Overview

String.h library belongs to C standard library and defines string handling functions.

Section Pages

memcmp

compare byte string

memcpy

copy memory area

memchr

locate byte in byte string

memmove

copy byte string

memset

write a byte to byte string

strcat

concatenate strings

strchr

locate character in string

strcpy

copy strings

strcspn

span the complement of a string

strcmp

compare strings

strcoll

compare strings according to current collation

strspn

span a string

strstr

locate a substring in a string

strlen

find length of string

strrchr

locate character in string

strpbrk

locate multiple characters in string

strtok

string tokens

swab

swap adjacent bytes

strxfrm

transform a string under locale