#ifndef STRINGUTIL_H #define STRINGUTIL_H #include #include char* strend(char* s); bool endswith(char* s, char* suff); #endif