1 2 3 4 5 6
#pragma once #include <stdbool.h> bool startswith(const char *, const char *); bool endswith(const char *, const char *);