#pragma once #include // A non-owned view on a (sub)string. struct string_view { char *s; size_t len; };