mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2026-04-18 22:32:44 +00:00
6 lines
77 B
C++
6 lines
77 B
C++
#include <core.h>
|
|
#include <stdio.h>
|
|
|
|
int main() {
|
|
return sdrpp_main();
|
|
} |