strlen_code

Description

Find the length of a string held in CODE memory

Definition

int strlen_code(char * const str)

Library

LIB/str_lib.bas

Usage

On entry:
str is a pointer to a RAM buffer holding the string to be scanned
On exit:
The return value is the length of the string pointed to by str