#include <stdio.h>
Go to the source code of this file.
|
| size_t | StringLength (const char *input) |
| | Returns the length of the given null-terminated byte string, that is, the number of characters that precede the terminating null character. More...
|
| |
◆ StringLength()
| size_t StringLength |
( |
const char * |
input | ) |
|
Returns the length of the given null-terminated byte string, that is, the number of characters that precede the terminating null character.
- Parameters
-
| input | The string to be measured |
- Returns
- size_t The length of the string