mirror of
https://github.com/AlexandreRouma/SDRPlusPlus
synced 2026-08-13 17:37:08 -04:00
6 lines
No EOL
109 B
C++
6 lines
No EOL
109 B
C++
#include <core.h>
|
|
#include <stdio.h>
|
|
|
|
int main(int argc, char* argv[]) {
|
|
return sdrpp_main(argc, argv);
|
|
} |