6 lines
147 B
C
Raw Normal View History

2023-10-31 07:47:27 +01:00
#pragma once
typedef int ( * test_function )( uint32_t, void * config, void * input_a,
void * input_b, void * expected, float epsilon );