#ifndef PREAMBLE_H #define PREAMBLE_H #include #include const float complex* preamble_get_symbols(void); size_t preamble_get_symbol_count(void); #endif // PREAMBLE_H