Files
vortex/runtime/mains/vector_test/vx_vec.h
2019-11-17 17:41:24 -05:00

15 lines
106 B
C

#pragma once
#ifdef __cplusplus
extern "C" {
#endif
void vx_vec_test();
#ifdef __cplusplus
}
#endif