6.12.2.32. strlen

Calculate the length of a string

6.12.2.32.1. Synopsys

strlen respects the following prototype:

#include "string.h"

uint32_t strlen(const char *str);