#ifndef STRLEN_H
#define STRLEN_H
size_t strnlen(const char *s, size_t n);
#endif

