mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-01-13 11:47:13 +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);
|
|
} |