strnlen.h 101 B

123456
  1. #pragma once
  2. #pragma weak strnlen
  3. #include <stddef.h>
  4. size_t strnlen(const char* s, size_t maxlen);