_StrLen( ) API Library Routine

See Also Example

Returns the length in bytes of the specified null-terminated string.

Syntax

int _StrLen(char FAR *string)
char FAR *string; /* String to be measured. */