summaryrefslogtreecommitdiff
path: root/include/util/StringUtils.hpp
blob: c6b9f878c7e45ad49e1976c531df8b9cf6578191 (plain)
1
2
3
4
5
6
7
8
#ifndef __UTIL_STRING_UTILS_H
#define __UTIL_STRING_UTILS_H

#include <string>

bool stringicasecmp( const std::string &s1, const std::string &s2 );

#endif