6 lines
147 B
C
6 lines
147 B
C
#pragma once
|
|
|
|
typedef int ( * test_function )( uint32_t, void * config, void * input_a,
|
|
void * input_b, void * expected, float epsilon );
|
|
|