This repository has been archived on 2022-02-18. You can view files and clone it, but cannot push or open issues or pull requests.
osmo-sdr/utils/rum-ba/src/utils.h

10 lines
174 B
C

#ifndef INCLUDE_UTILS_H
#define INCLUDE_UTILS_H
#include <stdint.h>
uint64_t getTickCount();
void* loadFile(const char* filename, size_t* size);
#endif // INCLUDE_UTILS_H