C Workshop
StringLength.h File Reference
#include <stdio.h>

Go to the source code of this file.

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...
 

Function Documentation

◆ 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
inputThe string to be measured
Returns
size_t The length of the string