This website requires JavaScript.
Explore
Help
Sign In
mirror
/
SDRPlusPlus
Watch
0
Star
0
Fork
0
You've already forked SDRPlusPlus
mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced
2025-01-16 13:13:07 +01:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
SDRPlusPlus
/
src
/
main.cpp
5 lines
90 B
C++
Raw
Normal View
History
Unescape
Escape
new modole system
2020-09-19 12:48:34 +02:00
#
include
<core.h>
a LOT of new stuff
2020-08-16 03:39:05 +02:00
Formatted the entire codebase and added a CI check for formatting
2021-12-19 22:11:44 +01:00
int
main
(
int
argc
,
char
*
argv
[
]
)
{
changes to the build system
2020-12-22 14:50:26 +01:00
return
sdrpp_main
(
argc
,
argv
)
;
initial commit
2020-06-10 04:13:56 +02:00
}
Reference in New Issue
Copy Permalink