C Workshop
|
#include "StringLength.h"
Functions | |
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... | |
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.
input | The string to be measured |