ReactOS 0.4.15-dev-7994-gb388cb6
rm_cp_test.cpp File Reference
#include <vector>
#include <algorithm>
#include "cppunit/cppunit_proxy.h"
Include dependency graph for rm_cp_test.cpp:

Go to the source code of this file.

Classes

class  RmCpTest
 

Functions

 CPPUNIT_TEST_SUITE_REGISTRATION (RmCpTest)
 
static bool odd (int a_)
 

Function Documentation

◆ CPPUNIT_TEST_SUITE_REGISTRATION()

CPPUNIT_TEST_SUITE_REGISTRATION ( RmCpTest  )

◆ odd()

static bool odd ( int  a_)
static

Definition at line 46 of file rm_cp_test.cpp.

47{
48 return (a_ % 2) != 0;
49}