Description
Find the length of a string held in CODE memoryDefinition
int strlen_code(char * const str)Library
LIB/str_lib.basUsage
On entry:str is a pointer to a RAM buffer holding the string to be scannedOn exit:The return value is the length of the string pointed to by str