1
0
Fork 0
firefox/docs/nspr/reference/pl_strlen.rst
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

28 lines
363 B
ReStructuredText

PL_strlen
=========
Returns the length of a specified string (not including the trailing
``'\0'``)
Syntax
~~~~~~
.. code::
PRUint32 PL_strlen(const char *str);
Parameter
~~~~~~~~~
The function has these parameter:
``str``
Size in bytes of item to be allocated.
Returns
~~~~~~~
If successful, the function returns length of the specified string.