BigWhoop/include/library/private/saxpy.h
2024-04-25 13:31:57 +00:00

10 lines
86 B
C

#ifdef __cpluplus
extern "C" {
#endif
void bwc_saxpy();
#ifdef __cpluplus
}
#endif