1 2 3 4 5
#include <string> extern "C" size_t str_size(const std::string& str) { return str.size(); }