rusefi-1/unit_tests/test_basic_math/test_find_index.h

16 lines
285 B
C
Raw Normal View History

2014-08-29 07:52:33 -07:00
/*
* test_find_index.h
*
* Created on: Oct 30, 2013
2015-01-12 16:05:46 -08:00
* Author: Andrey Belomutskiy, (c) 2012-2015
2014-08-29 07:52:33 -07:00
*/
#ifndef TEST_FIND_INDEX_H_
#define TEST_FIND_INDEX_H_
void testFindIndex(void);
void testInterpolate2d(void);
void testSetTableValue(void);
#endif /* TEST_FIND_INDEX_H_ */