C Workshop
StringLength.h
Go to the documentation of this file.
1 #pragma once
2 #include <stdio.h>
3 
17 size_t StringLength(const char *input);
size_t StringLength(const char *input)
Returns the length of the given null-terminated byte string, that is, the number of characters that p...
Definition: StringLength.c:4