Beispiel #1
0
static inline int uppercompare(const char * s, const char * t)
{
	return (FALSE == utf8_upper_match(s,t));
}
Beispiel #2
0
static inline bool uppercompare(const char * s, const char * t)
{
	return (false == utf8_upper_match(s,t));
}