8#if !defined (STLPORT) || defined(_STLP_USE_NAMESPACES)
36 return strcmp(a_, b_) == 0 ? 1 : 0;
40 int n1[5] = { 1, 2, 3, 4, 5 };
41 int n2[5] = { 1, 2, 3, 4, 5 };
42 int n3[5] = { 1, 2, 3, 2, 1 };
53 typedef vector<int> IntVec;
69 const unsigned size = 5;
70 char const*
n1[
size] = {
"Brett",
"Graham",
"Jack",
"Mike",
"Todd" };
_STLP_INLINE_LOOP _STLP_STD::pair< _InputIter1, _InputIter2 > mismatch(_InputIter1 __first1, _InputIter1 __last1, _InputIter2 __first2)
int strcmp(const char *String1, const char *String2)
INT copy(TCHAR source[MAX_PATH], TCHAR dest[MAX_PATH], INT append, DWORD lpdwFlags, BOOL bTouch)
CPPUNIT_TEST_SUITE(MismatchTest)
#define CPPUNIT_TEST_SUITE_REGISTRATION(X)
#define CPPUNIT_ASSERT(X)
GLfloat GLfloat GLfloat v2
void __iota(_It __first, _It __last, _Tp __val)
bool str_equal(const char *a_, const char *b_)