Home Download FAQ / Knowledge Base Screenshots Documentation Support

StrLength

Get the length of the string contained within a StrBuf.

SYNOPSIS

int StrLength(const StrBuf *Str);

DESCRIPTION

Get the length of the string contained within the StrBuf Str.

PARAMETERS

Parameter	Description
---------	-----------
Str		Pointer to a StrBuf string

RETURNS

The length of the string in Str.

This is alittle like strlen(string) but much faster as the length does not need to be counted, it is already known.

SEE ALSO

HISTORY

There are no social media links here. Enjoy a friendly Citadel community instead. Or go outside.
Copyright © 1987-2024 Uncensored Communications Group. All rights reserved.