foobar2000 SDK  2015-01-14
Static Public Member Functions
comparator_stricmp_utf8

#include <shared.h>

Static Public Member Functions

static int compare (const char *p_string1, const char *p_string2) throw ()
 

Detailed Description

Definition at line 378 of file shared.h.

Member Function Documentation

static int comparator_stricmp_utf8::compare ( const char *  p_string1,
const char *  p_string2 
)
throw (
)
inlinestatic

Definition at line 380 of file shared.h.

380 {return stricmp_utf8(p_string1,p_string2);}
int SHARED_EXPORT stricmp_utf8(const char *p1, const char *p2)

The documentation for this class was generated from the following file: