size_t strlen_PF

size_t strlen_PF(uint_farptr_t src)

The strlen_PF() function is similar to strlen(), except that s is a far pointer to a string in program space.

Remember:

The strlen_PF() function returns the number of characters in s. The contents of RAMPZ SFR are undefined when the function returns.