#pragma once #pragma weak strnlen #include size_t strnlen(const char* s, size_t maxlen);