mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2024-12-28 11:58:31 +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);
|
|
} |