We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3a3adc commit 7793f1bCopy full SHA for 7793f1b
doc/AstraKernelManual.pdf
135 Bytes
doc/contents/string.tex
@@ -47,7 +47,8 @@ \subsection{\texttt{strlen(const char *str)}}
47
\paragraph{Overview}
48
This function counts the number of characters in a null-terminated string,
49
excluding the null terminator itself. It returns the length of the string as an
50
-unsigned integer.
+unsigned integer. This function uses pointer arithmetic to traverse the string,
51
+performing mathematical operations directly on the pointer values.
52
53
\paragraph{Return Values}
54
\begin{itemize}
0 commit comments