stleng()

Returns the number of bytes of significant characters, including trailing blanks.

Syntax

mint stleng(char *src);
  1. src is a pointer to a null-terminated string.
  2. The returned length does not include the null terminator.

Returns

Number of bytes.