Table of Contents
Calculate the length of a string
strlen respects the following prototype:
#include "string.h" uint32_t strlen(const char *str);