Johannes Kutning 0d1b73e3e0 Initial commit
2023-10-31 07:47:27 +01:00

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 );