10 lines
86 B
C
10 lines
86 B
C
|
|
#ifdef __cpluplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
void bwc_saxpy();
|
|
|
|
#ifdef __cpluplus
|
|
}
|
|
#endif
|