#ifndef _ENDS_WITH_H #define _ENDS_WITH_H #include #include #include #include bool ends_with_casefold(const char* str, const char* substr); #endif /* _ENDS_WITH_H */