/* * my_strings.h * * Created on: 26.06.2017 * Author: balbekova */ #ifndef MY_STRINGS_H_ #define MY_STRINGS_H_ int strcasecmp(const char *s1, const char *s2); #endif /* MY_STRINGS_H_ */