mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2024-12-27 19:38:28 +01:00
6 lines
109 B
C++
6 lines
109 B
C++
#include <core.h>
|
|
#include <stdio.h>
|
|
|
|
int main(int argc, char* argv[]) {
|
|
return sdrpp_main(argc, argv);
|
|
} |