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

#include <string>

#include "util/UtilExportable.hpp"

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

#endif