Files
tubestation/docs/nspr/reference/pl_strlen.rst
2022-02-02 17:19:51 +00:00

29 lines
368 B
ReStructuredText

PL_strlen
=========
Returns the length of a specified string (not including the trailing
``'\0'``)
Syntax
~~~~~~
.. code:: eval
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.