14 lines
250 B
C
14 lines
250 B
C
|
/**
|
||
|
* @file test_logic_expression.h
|
||
|
*
|
||
|
* @date Oct 3, 2014
|
||
|
* @author Andrey Belomutskiy, (c) 2012-2014
|
||
|
*/
|
||
|
|
||
|
#ifndef TEST_LOGIC_EXPRESSION_H_
|
||
|
#define TEST_LOGIC_EXPRESSION_H_
|
||
|
|
||
|
void testLogicExpressions(void);
|
||
|
|
||
|
#endif /* TEST_LOGIC_EXPRESSION_H_ */
|