9 lines
140 B
C
9 lines
140 B
C
#ifndef EXPORT_H
|
|
#define EXPORT_H
|
|
|
|
#include "stdlib.h"
|
|
|
|
uint16_t toInt16Sample(float sample);
|
|
void pack(uint16_t* d, size_t length);
|
|
|
|
#endif |