diff options
Diffstat (limited to 'src/string/str/strlen.c')
-rw-r--r-- | src/string/str/strlen.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/string/str/strlen.c b/src/string/str/strlen.c index 2092ddc..16b7977 100644 --- a/src/string/str/strlen.c +++ b/src/string/str/strlen.c @@ -25,6 +25,8 @@ * * @param str The string. * @return The number of bytes before the first NUL byte. + * + * @since Always. */ size_t strlen(const char* str) { |