mirror of https://github.com/xfarrow/lasd.git
14 lines
269 B
C++
14 lines
269 B
C++
|
|
||
|
#ifndef EX4TEST_HPP
|
||
|
#define EX4TEST_HPP
|
||
|
|
||
|
/* ************************************************************************** */
|
||
|
|
||
|
void testSimpleExercise4();
|
||
|
|
||
|
void testFullExercise4();
|
||
|
|
||
|
/* ************************************************************************** */
|
||
|
|
||
|
#endif
|