hollyhock
Functions
string.hpp File Reference

String manipulation functions. More...

Go to the source code of this file.

Functions

char * strcat (char *dest, const char *src)
 
const char * strchr (const char *str, char c)
 
int strcmp (const char *str1, const char *str2)
 
char * strcpy (char *destination, const char *source)
 
int strlen (const char *str)
 

Detailed Description

String manipulation functions.

For documentation, see the C standard library.