mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-01-17 05:33:06 +01:00
7 lines
98 B
C++
7 lines
98 B
C++
|
#include <options.h>
|
||
|
|
||
|
namespace options {
|
||
|
void parse(char** argv, int argc) {
|
||
|
|
||
|
}
|
||
|
}
|