The stleng() function

The stleng() function returns the length, in bytes, of a null-terminated string that you specify.

Syntax

mint stleng(string)
   char *string;
string
A pointer to a null-terminated string.

Usage

The length does not include the null terminator.