hamnet70/impl/src/preamble.h

11 lines
206 B
C
Raw Normal View History

#ifndef PREAMBLE_H
#define PREAMBLE_H
#include <stdlib.h>
#include <complex.h>
const float complex* preamble_get_symbols(void);
size_t preamble_get_symbol_count(void);
#endif // PREAMBLE_H