10 lines
161 B
C
10 lines
161 B
C
#ifndef _TEST_VECTOR2_RESET_H_
|
|
#define _TEST_VECTOR2_RESET_H_
|
|
|
|
int test_vector2_reset_fp32();
|
|
|
|
int test_vector2_reset_fp64();
|
|
|
|
int test_vector2_reset();
|
|
|
|
#endif
|