Concept Framework 2.2 documentation Contents | Index

standard.C.string.strlen

Name Version Deprecated
strlen version 1.0 no

Prototype:
number strlen(string string)

Parameters:
string      Null-terminated string.

Description:
Get the length of a string.

Returns:
returns the number of characters in string, excluding the terminal NULL. No return value is reserved to indicate an error.

Documented by Eduard Suica, generation time: Sun Jan 27 18:15:16 2013 GMT(c)2013 Devronium Applications