C Strings
This header file defines several functions to manipulate C strings and
arrays.
Functions
Copying:
|
Copy block of memory (function) |
|
Move block of memory (function) |
|
Copy characters from string (function) |
Concatenation:
|
Concatenate strings (function) |
|
Append characters from string (function) |
Comparison:
|
Compare two blocks of memory (function) |
|
Compare two strings (function) |
|
Compare two strings using locale (function) |
|
Compare characters of two strings (function) |
|
Transform string using locale (function) |
Searching:
|
Locate character in block of memory (function) |
|
Locate first occurrence of character in string (function) |
|
Get span until character in string (function) |
|
Locate character in string (function) |
|
Locate last occurrence of character in string (function) |
|
Get span of character set in string (function) |
|
Locate substring (function) |
|
Split string into tokens (function) |
Other:
|
Fill block of memory (function) |
|
Get pointer to error message string (function) |
|
Get string length (function) |
Macros
Types
|
Unsigned integral type (type) |
阅读(394) | 评论(0) | 转发(0) |