#pragma once #include "types.h" extern "C" { size_t strlen(const char*); }