# Sweden - Edsbyn # T freq bw fec_hi fec_lo mod transmission-mode guard-interval hierarchy T 754000000 8MHz 2/3 NONE QAM64 8k 1/8 NONE rel='alternate' title='Atom feed' href='https://git.dereenigne.org/debian/libconfig.git/atom/contrib/cmake/src/main.cpp?h=debian/1.4.9-1' type='application/atom+xml'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/cmake/src/main.cpp
blob: a563249997fbf08ab023169ba385fc3614a4410f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#include <iostream>
#include <fstream>
#include <libconfig.h++>

using namespace std;
using namespace libconfig;

int main ( int argc, char **argv )
{
    Config cfg;
    
    return (0);
}