added boolean operators
This commit is contained in:
@@ -10,4 +10,7 @@ void succPrefixTwo(char* name, int x, int y, int expected, int result);
|
||||
void errPrefixTwo(char* name, int x, int y, int expected, int result);
|
||||
|
||||
void succInfixTwo(char* name, int x, int y, int expected, int result);
|
||||
void errInfixTwo(char* name, int x, int y, int expected, int result);
|
||||
void errInfixTwo(char* name, int x, int y, int expected, int result);
|
||||
|
||||
void bool_succInfixTwo(char* name, bool x, bool y, bool expected, bool result);
|
||||
void bool_errInfixTwo(char* name, bool x, bool y, bool expected, bool result);
|
||||
|
||||
Reference in New Issue
Block a user