C-string.h-APIs
API name |
API description |
---|---|
calculate the length of a string |
|
concatenate two strings |
|
concatenate two strings |
|
size-bounded string concatenation |
|
compare two strings |
|
compare part of two strings |
|
string scanning operation |
|
string scanning operation |
|
string scanning operation |
|
find a substring |
|
find a substring |
|
case-insensitive string comparisons |
|
scan a string for a byte |
|
extract token from string |
|
get length of a substring |
|
split string into tokens |
|
split string into tokens |
|
copy a string and return a pointer to the end of the result |
|
copy fixed length string, returning a pointer to the array end |
|
size-bounded string copying |
|
copy a string and return a pointer to the end of the result |
|
string comparison using collating information |
|
get the length of a complementary substring |
|
duplicate a specific number of bytes from a string |
|
duplicate a specific number of bytes from a string |
|
randomize a string |
|
string transformation |