_StrLen( ) API Library Routine

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

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

Expand imageExample

Expand imageSee Also


© , 1996-2020 • Updated: 11/10/20
Comment or report problem with topic