SYSmemstrlen

Top  Previous  Next

Text length determine.

The structure MEMMERKER can take up arbitrarily long texts and administers the matching memory independently. With this routine the text length can be questioned.

Parametre

mem (MEMMERKER *) [IN]

mem contains an arbitrarily long text.

Result

(long int) [OUT]

As a result becomes the sign chain length zurückgeliefert.

Declaration

#include "basic.h"

 

long int DLLENTRY SYSmemstrlen (

MEMMERKER * mem

);

Related functions

SYSmemMerkerAssertFree

SYSmemMerkerMake

SYSmemMerkerRemove

SYSmemstrcat

SYSmemstrcpy