mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-02-21 03:58:43 +01:00
5 lines
90 B
C++
5 lines
90 B
C++
#include <core.h>
|
|
|
|
int main(int argc, char* argv[]) {
|
|
return sdrpp_main(argc, argv);
|
|
} |