BigWhoop/include/library/private/saxpy.h

11 lines
86 B
C
Raw Normal View History

2024-04-25 07:14:32 +00:00
#ifdef __cpluplus
extern "C" {
#endif
void bwc_saxpy();
#ifdef __cpluplus
}
#endif