strnlen.h 66 B

123
  1. #include <stddef.h>
  2. size_t strnlen(const char* s, size_t maxlen);