#pragma once #include bool startswith(const char *, const char *); bool endswith(const char *, const char *);