9 lines
106 B
Plaintext
9 lines
106 B
Plaintext
#ifndef LEAKY_H
|
|
#define LEAKY_H
|
|
|
|
extern "C"
|
|
|
|
void culeaky(float const *in, float *out, int size);
|
|
|
|
#endif
|