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