ReactOS 0.4.15-dev-7961-gdcf9eb0
mismatch_test.cpp File Reference
#include <numeric>
#include <vector>
#include <algorithm>
#include "iota.h"
#include "cppunit/cppunit_proxy.h"
Include dependency graph for mismatch_test.cpp:

Go to the source code of this file.

Classes

class  MismatchTest
 

Functions

 CPPUNIT_TEST_SUITE_REGISTRATION (MismatchTest)
 
bool str_equal (const char *a_, const char *b_)
 

Function Documentation

◆ CPPUNIT_TEST_SUITE_REGISTRATION()

CPPUNIT_TEST_SUITE_REGISTRATION ( MismatchTest  )

◆ str_equal()

bool str_equal ( const char a_,
const char b_ 
)

Definition at line 34 of file mismatch_test.cpp.

35{
36 return strcmp(a_, b_) == 0 ? 1 : 0;
37}
int strcmp(const char *String1, const char *String2)
Definition: utclib.c:469

Referenced by MismatchTest::mismatch2().